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

Card.displayName = 'Card';

export {Card, type CardFactory, type CardProps} from '@mantine/core';
