diff --git a/components/forecast/day-forecast-modal.tsx b/components/forecast/day-forecast-modal.tsx index e8dbbc8..06d779e 100644 --- a/components/forecast/day-forecast-modal.tsx +++ b/components/forecast/day-forecast-modal.tsx @@ -9,13 +9,11 @@ import { ForecastIcon } from "@/components/forecast/forecast-icon"; import { ForecastSources } from "@/components/forecast/forecast-sources"; import { Card } from "@/components/ui/card"; import { useI18n } from "@/lib/i18n"; -import { cn } from "@/lib/utils"; import { formatForecastRainfall, formatForecastTemperature, formatForecastWind, getForecastCondition, - isForecastHourPast, } from "@/lib/forecast-utils"; import type { DailyForecast, ForecastSource, HourlyForecast } from "@/types/forecast"; @@ -148,27 +146,21 @@ export function DayForecastModal({

{t("forecast.hourlyForDay")}