import { MapPin, Thermometer } from "lucide-react"; export function WeatherDisplay2(){ const {currentWeather} = useWeatherStore(); if(!currentWeather) return null; return(
{currentWeather.current.weather_descriptions[0]}