From 0d3855a322f2b2ce0b401b2bc281b6c6a18a944f Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 23 Jun 2026 16:12:14 +0200 Subject: [PATCH] correction bugs --- mon-projet/src/App.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mon-projet/src/App.jsx b/mon-projet/src/App.jsx index 001ece8..1fd6d58 100644 --- a/mon-projet/src/App.jsx +++ b/mon-projet/src/App.jsx @@ -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 (
+ +
);