diff --git a/src/components/StatCard.tsx b/src/components/StatCard.tsx deleted file mode 100644 index 87decdd..0000000 --- a/src/components/StatCard.tsx +++ /dev/null @@ -1,19 +0,0 @@ -// Modules - -// Types -interface Props { - topNumber?: number; - text: string; - color: string; -} - -const StatCard = ({ color, topNumber, text }: Props) => { - return ( -
{text}
-