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