import {Dialog} from '@mantine/core';

Dialog.displayName = 'Dialog';

export {Dialog, type DialogFactory, type DialogProps} from '@mantine/core';
