11141843
This commit is contained in:
parent
718e249789
commit
612885fe17
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue