feat: implement WeatherForm component and integrate weather fetching functionality.
Also added a weather data card where the design is displayed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import "./App.css";
|
||||
import "react-toastify/dist/ReactToastify.css";
|
||||
import Layout from "./Layout/Layout.tsx";
|
||||
import WeatherCard from "./components/WeatherCard";
|
||||
import WeatherCard from "./components/WeatherForm.tsx";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user