diff --git a/frontend/src/components/dashboard/WeekTimeline.tsx b/frontend/src/components/dashboard/WeekTimeline.tsx index ea3d7af..f2e1252 100644 --- a/frontend/src/components/dashboard/WeekTimeline.tsx +++ b/frontend/src/components/dashboard/WeekTimeline.tsx @@ -1,5 +1,5 @@ import { useMemo } from 'react'; -import { format, startOfWeek, addDays, isSameDay, isBefore, startOfDay, formatISO } from 'date-fns'; +import { format, startOfWeek, addDays, isSameDay, isBefore, startOfDay } from 'date-fns'; import type { UpcomingItem } from '@/types'; import { cn } from '@/lib/utils';