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

Loader.displayName = 'Loader';

export {Loader, type LoaderFactory, type LoaderProps} from '@mantine/core';
