From 3f7eeeca84829150cc83bbfd9dcea0bff38bd32d Mon Sep 17 00:00:00 2001 From: Forget Date: Sat, 21 Dec 2024 21:21:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E8=AF=AD=E4=B9=89=E5=8C=96class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1baf02f..358c2f7 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) => (
))