diff --git a/src/app/components/card.tsx b/src/app/components/card.tsx index b00e925..a33f845 100644 --- a/src/app/components/card.tsx +++ b/src/app/components/card.tsx @@ -3,5 +3,5 @@ export function Card({ }: Readonly<{ children: React.ReactNode; }>): JSX.Element { - return