mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 21:18:25 +02:00
Header + Footer ready for deployment
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import "./App.css";
|
||||
|
||||
import Layout from "./components/Layout";
|
||||
import Home from "./pages/Home";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<Layout>
|
||||
<Home />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user