From a57416c6e1f4ca424d6b2b7b9948dcdc269cd4d9 Mon Sep 17 00:00:00 2001 From: oiov Date: Mon, 29 Jul 2024 11:41:44 +0800 Subject: [PATCH] fixup --- components/dashboard/count-up.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/count-up.tsx b/components/dashboard/count-up.tsx index 7253ee9..82e376b 100644 --- a/components/dashboard/count-up.tsx +++ b/components/dashboard/count-up.tsx @@ -2,6 +2,6 @@ import CountUp from "react-countup"; -export default function ({ count }: { count: number }) { +export default function CountUpFn({ count }: { count: number }) { return ; }