mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 18:38:24 +02:00
header, icon, favicon, main page
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import './App.css'
|
||||
import Header from './components/Header'
|
||||
import Home from './pages/Home'
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header></Header>
|
||||
<Home></Home>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user