Files
ui-kit-int/src/components/card.tsx
2024-07-05 21:02:44 +02:00

4 lines
53 B
TypeScript

export function Card() {
return <div>card</div>;
}