header, icon, favicon, main page

This commit is contained in:
2025-12-07 18:57:55 +01:00
parent b0a52715d3
commit 7782f800c1
7 changed files with 24 additions and 5 deletions
+2
View File
@@ -1,11 +1,13 @@
import './App.css'
import Header from './components/Header'
import Home from './pages/Home'
function App() {
return (
<>
<Header></Header>
<Home></Home>
</>
)
}