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

Center.displayName = 'Center';

export {Center, type CenterFactory, type CenterProps} from '@mantine/core';
