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 ; }