diff --git a/app/components/WeatherDetailsGird.tsx b/app/components/WeatherDetailsGird.tsx new file mode 100644 index 0000000..c543972 --- /dev/null +++ b/app/components/WeatherDetailsGird.tsx @@ -0,0 +1,8 @@ +interface WeatherDetailsGridProps { + icon: React.ReactNode; + label: string; + value: string; + subtitle?: string; +} + +function WeatherInfoItem() \ No newline at end of file