diff --git a/frontend/src/components/WeatherCard.tsx b/frontend/src/components/WeatherCard.tsx index 18572d5..36e8a35 100644 --- a/frontend/src/components/WeatherCard.tsx +++ b/frontend/src/components/WeatherCard.tsx @@ -2,7 +2,7 @@ import React from "react"; import { useState } from "react"; import { fetchWeather } from "../utils/apiFunc"; import Cookies from "js-cookie"; -import IsLoading from "./IsLoading"; +import IsLoading from "./IsLoading"; // FIX ERRROR import { toast } from "react-toastify"; const WeatherCard: React.FC = () => {