pull/1/head
Bastien OLLIER 3 years ago
parent 27a1caf36f
commit 39da4dc071

@ -1,11 +1,12 @@
import React from 'react';
import Navbar from '../components/Navbar';
import Poste from '../components/Poste';
const Home = () => {
return (
<div>
<Navbar/>
<h1>Accueil</h1>
<Poste/>
</div>
);
};

Loading…
Cancel
Save