diff --git a/components/ui/card.tsx b/components/ui/card.tsx index afa13ec..53a3611 100644 --- a/components/ui/card.tsx +++ b/components/ui/card.tsx @@ -9,7 +9,7 @@ const Card = React.forwardRef<
>(({ className, ...props }, ref) => ( -
+
)) CardContent.displayName = "CardContent"