From 2497063e82672fd241034e2bde15c8d285aa69bb Mon Sep 17 00:00:00 2001 From: DanielS Date: Wed, 22 Jul 2026 12:39:53 +0200 Subject: [PATCH] fix(dashboard): import Calendar icon in HomeClient Add missing Calendar import from lucide-react. --- shop/components/HomeClient.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/shop/components/HomeClient.tsx b/shop/components/HomeClient.tsx index 759abde..c37e5cc 100644 --- a/shop/components/HomeClient.tsx +++ b/shop/components/HomeClient.tsx @@ -18,6 +18,7 @@ import { Zap, ArrowUpRight, ShieldCheck, + Calendar, Sparkles, Activity } from 'lucide-react'