diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index 1cbe102..938aa22 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -9,7 +9,7 @@ const Card = React.forwardRef<
>(({ className, ...props }, ref) => ( -
+
)) CardContent.displayName = "CardContent" @@ -70,10 +70,10 @@ const CardFooter = React.forwardRef< >(({ className, ...props }, ref) => (
)) CardFooter.displayName = "CardFooter" -export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent } +export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent } \ No newline at end of file