diff --git a/1114/app/components/weather/WeatherDetailsCrid.tsx b/1114/app/components/weather/WeatherDetailsCrid.tsx index 8b53a89..837db65 100644 --- a/1114/app/components/weather/WeatherDetailsCrid.tsx +++ b/1114/app/components/weather/WeatherDetailsCrid.tsx @@ -1,6 +1,6 @@ import { Droplets,Wind,Gauge,Cloud,Eye,ThermometerSun} from "lucide-react"; import React from "react"; -import { getWindDirection } from "@/lib/utils"; +import { getWindDirection } from "@/components/lib/utils"; import {useWeatherStore} from "@/store/weatherStore"; interface WeatherInfoItemProps {