correction bugs
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import "./App.css";
|
||||
import Header from "./components/header"; // 👈 on IMPORTE le composant
|
||||
import Footer from "./components/footer";
|
||||
import Header from "./components/Header"; // 👈 on IMPORTE le composant
|
||||
import Footer from "./components/Footer";
|
||||
import Carte from "./components/Carte";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div>
|
||||
<Header />
|
||||
<Carte titre="Géolocalisation" texte="Suivi en temps réel" />
|
||||
<Carte titre="Consommation" texte="Carburant consommé" />
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user