From cd8aab3a511091ce378ff7ebcaa42bf979f00882 Mon Sep 17 00:00:00 2001 From: LofiSu Date: Sun, 26 Jan 2025 22:34:40 +0800 Subject: refactor: rewrite --- src/components/StatsCard.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/components/StatsCard.tsx (limited to 'src/components/StatsCard.tsx') diff --git a/src/components/StatsCard.tsx b/src/components/StatsCard.tsx deleted file mode 100644 index 237f5dc..0000000 --- a/src/components/StatsCard.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react'; -import { motion } from 'framer-motion'; -import { Card } from '@nextui-org/react'; - -interface StatsCardProps { - title: string; - value: string; -} - -export const StatsCard: React.FC = ({ title, value }) => { - return ( - - -
-

{value}

-

{title}

-
-
-
- ); -}; -- cgit v1.2.3-70-g09d2