From 130fd293b78b4e3102d9dc4c5fdbfa078ff79a79 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 18 Jan 2026 18:46:34 +0100 Subject: [PATCH] refactor(dashboard): update imports for TopPages and UI components --- app/share/[id]/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx index 1eeb46e..bbe657b 100644 --- a/app/share/[id]/page.tsx +++ b/app/share/[id]/page.tsx @@ -7,15 +7,14 @@ import { toast } from 'sonner' import LoadingOverlay from '@/components/LoadingOverlay' import StatsCard from '@/components/dashboard/StatsCard' import Chart from '@/components/dashboard/Chart' -import TopPages from '@/components/dashboard/TopPages' +import TopPages from '@/components/dashboard/ContentStats' import TopReferrers from '@/components/dashboard/TopReferrers' import Locations from '@/components/dashboard/Locations' import TechSpecs from '@/components/dashboard/TechSpecs' import PerformanceStats from '@/components/dashboard/PerformanceStats' -import Select from '@/components/Select' -import { CalendarIcon } from '@heroicons/react/outline' -import { LightningBoltIcon } from '@heroicons/react/solid' -import DatePickerModal from '@/components/dashboard/DatePickerModal' +import Select from '@/components/ui/Select' +import { CalendarIcon, LightningBoltIcon } from '@heroicons/react/24/outline' +import DatePickerModal from '@/components/ui/DatePicker' // Helper to get date ranges const getDateRange = (days: number) => {