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

SimpleGrid.displayName = 'SimpleGrid';

export {SimpleGrid, type SimpleGridFactory, type SimpleGridProps} from '@mantine/core';
