diff --git a/app/components/WeatherDetailsGird.tsx b/app/components/WeatherDetailsGird.tsx
index 30bf498..d4fe5ff 100644
--- a/app/components/WeatherDetailsGird.tsx
+++ b/app/components/WeatherDetailsGird.tsx
@@ -1,5 +1,6 @@
import { Cloud, Droplets, Gauge, ThermometerSun, Wind } from "lucide-react";
import { useWeatherStore } from "@/store/weatherStore";
+import { MapPin, Thermometer } from "lucide-react";
interface WeatherDetailsGridProps {
icon: React.ReactNode;
diff --git a/app/components/WeatherDisplay.tsx b/app/components/WeatherDisplay.tsx
index 465256b..bd26713 100644
--- a/app/components/WeatherDisplay.tsx
+++ b/app/components/WeatherDisplay.tsx
@@ -9,6 +9,7 @@ import {
CloudSnow,
CloudSun,
MapPin, Moon, Sun,
+ Thermometer,
ThermometerSun
} from 'lucide-react';
@@ -44,7 +45,6 @@ function WeatherIcon({ description, isDay, className = "w-16 h-16 md:w-20 md:h-2
}
return isDaytime ?