Update
This commit is contained in:
parent
4555364f9d
commit
54dfa13d79
4 changed files with 6 additions and 3 deletions
|
@ -1,13 +1,11 @@
|
|||
import './App.css'
|
||||
import TopComponent from "./components/TopComponent";
|
||||
import ShortDescription from "./components/ShortDescription";
|
||||
import MonParcours from './components/MonParcours';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<TopComponent></TopComponent>
|
||||
<ShortDescription></ShortDescription>
|
||||
<MonParcours/>
|
||||
</>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue