mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 21:58:25 +02:00
reset initial commit
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import './App.css'
|
||||
import Header from './components/Header'
|
||||
import Home from './pages/Home'
|
||||
|
||||
function App() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header></Header>
|
||||
<Home></Home>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user