From 818513e759a9187ccba89fceb722210a1dfb95bb Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 18 Jan 2026 18:48:52 +0100 Subject: [PATCH] refactor(dashboard): update date picker icon import to use Radix UI --- app/share/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx index bbe657b..6c03d1f 100644 --- a/app/share/[id]/page.tsx +++ b/app/share/[id]/page.tsx @@ -13,7 +13,7 @@ import Locations from '@/components/dashboard/Locations' import TechSpecs from '@/components/dashboard/TechSpecs' import PerformanceStats from '@/components/dashboard/PerformanceStats' import Select from '@/components/ui/Select' -import { CalendarIcon, LightningBoltIcon } from '@heroicons/react/24/outline' +import { LightningBoltIcon } from '@radix-ui/react-icons' import DatePickerModal from '@/components/ui/DatePicker' // Helper to get date ranges