From cd35d673062ec1c8531c6b6e67dd71464d4a1bbb Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Mon, 6 Oct 2025 08:17:35 +0200 Subject: [PATCH] fix: remove unused import in StatCard component for cleaner code --- src/components/ui/StatCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ui/StatCard.tsx b/src/components/ui/StatCard.tsx index 978f7eb..fa23711 100644 --- a/src/components/ui/StatCard.tsx +++ b/src/components/ui/StatCard.tsx @@ -1,4 +1,3 @@ -import { ReactNode } from 'react'; import { Card } from './Card'; import { cn } from '@/lib/utils'; import { Emoji } from '@/components/ui/Emoji';