reset initial commit

This commit is contained in:
2026-04-09 23:07:46 +02:00
parent 7782f800c1
commit 5941df3c39
36 changed files with 3202 additions and 222 deletions
-15
View File
@@ -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