diff --git a/mon-projet/src/App.jsx b/mon-projet/src/App.jsx
index a6e07dc..001ece8 100644
--- a/mon-projet/src/App.jsx
+++ b/mon-projet/src/App.jsx
@@ -1,121 +1,13 @@
-import { useState } from "react";
-import reactLogo from "./assets/react.svg";
-import viteLogo from "./assets/vite.svg";
-import heroImg from "./assets/hero.png";
import "./App.css";
+import Header from "./components/header"; // 👈 on IMPORTE le composant
+import Footer from "./components/footer";
function App() {
- const [count, setCount] = useState(0);
-
return (
- <>
-
-
-
-
TOTO
-
- Edit src/App.jsx and save to test HMR
-
-
-
-
-
-
-
-
-
-
-
Documentation
-
Your questions, answered
-
-
-
-
-
Connect with us
-
Join the Vite community
-
-
-
-
-
-
- >
+
+
+
+
);
}
diff --git a/mon-projet/src/components/carte.jsx b/mon-projet/src/components/carte.jsx
new file mode 100644
index 0000000..e69de29
diff --git a/mon-projet/src/components/footer.jsx b/mon-projet/src/components/footer.jsx
new file mode 100644
index 0000000..e69de29
diff --git a/mon-projet/src/components/header.jsx b/mon-projet/src/components/header.jsx
new file mode 100644
index 0000000..1f59431
--- /dev/null
+++ b/mon-projet/src/components/header.jsx
@@ -0,0 +1,9 @@
+function Header() {
+ return (
+
+ );
+}
+
+export default Header; // 👈 on l'EXPORTE pour pouvoir l'utiliser ailleurs
Connect with us
-Join the Vite community
---
-
-
- GitHub
-
-
- -
-
-
- Discord
-
-
- -
-
-
- X.com
-
-
- -
-
-
- Bluesky
-
-
-
-