// Later rename it to a different name, because it is not only for AGB but also for other config dialogs
// Used to give global access to the openInfoDialog function, so that it can be called from the Blade template (see ConfigAGB.blade.php)

import { openInfoDialog } from '../../share/dialogs/openInfoDialog';
import { openNFCBarcodePreview } from '../../share/dialogs/openNFCBarcodePreview';

(window as any).openInfoDialog = openInfoDialog;
(window as any).openNFCBarcodePreview = openNFCBarcodePreview;
