Integrated the Home page to the App.jsx

This commit is contained in:
Mathias Wagner 2023-06-08 22:33:58 +02:00
parent 406b309255
commit 0493906c78

View File

@ -1,7 +1,9 @@
import Home from "./pages/Home";
const App = () => {
return (
<>
<Home />
</>
)
}