From 133545b27243f712400475b55b166829e3edd70f Mon Sep 17 00:00:00 2001 From: Forget Date: Sun, 22 Dec 2024 23:50:35 +0800 Subject: [PATCH] feat: fix clas --- src/components/ui/card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index 358c2f7..1baf02f 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -4,7 +4,7 @@ import * as React from "react" const Card = React.forwardRef>(({ className, ...props }, ref) => (
))