added Layout and weather card
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
import "./App.css";
|
||||
import Layout from "./Layout/Layout.tsx";
|
||||
import WeatherCard from "./components/WeatherCard";
|
||||
|
||||
function App() {
|
||||
return <></>;
|
||||
return (
|
||||
<Layout>
|
||||
<WeatherCard />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user