This commit is contained in:
qiuchenfan 2025-11-14 18:43:54 +08:00
parent 718e249789
commit 612885fe17
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import React ,{useState,type FormEvent,type ChangeEvent, use} from "react";
import { Button } from "../ui/button"; import { Button } from "../ui/button";
import { Input} from "../ui/input"; import { Input} from "../ui/input";
import {useWeatherStore} from "@/store/weatherStore"; import {useWeatherStore} from "@/store/weatherStore";
import { AlertCircle, Loader, RefreshCw, Search } from "lucide-react"; import { AlertCircle, Loader2, RefreshCw, Search } from "lucide-react";
//城市输入验证搜索刷新 //城市输入验证搜索刷新
export function WeatherSearchForm() { export function WeatherSearchForm() {