From eafb9eeccb5066eb7b06598cef37a9c3bd68f3e9 Mon Sep 17 00:00:00 2001 From: jinsir <874871581@qq.com> Date: Fri, 14 Nov 2025 18:46:16 +0800 Subject: [PATCH] =?UTF-8?q?until=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1114/app/components/weather/WeatherDetailsCrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {