Begin migrate to leptos
This commit is contained in:
parent
1060e12513
commit
79daad993e
45 changed files with 3202 additions and 1975 deletions
14
src_old/App.tsx
Normal file
14
src_old/App.tsx
Normal file
|
@ -0,0 +1,14 @@
|
|||
import './App.scss'
|
||||
import TopComponent from "./components/TopComponent";
|
||||
import MonParcours from './components/MonParcours';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<TopComponent></TopComponent>
|
||||
<MonParcours/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
Loading…
Add table
Add a link
Reference in a new issue