diff --git a/frontend/src/components/Header.jsx b/frontend/src/components/Header.jsx index 853beeb..076eb8d 100644 --- a/frontend/src/components/Header.jsx +++ b/frontend/src/components/Header.jsx @@ -213,6 +213,19 @@ const Header = () => { > À Propos + + + + ); +}; + +export default BureauEtudes; \ No newline at end of file diff --git a/frontend/src/main.jsx b/frontend/src/main.jsx index 4c89bf2..d08292a 100644 --- a/frontend/src/main.jsx +++ b/frontend/src/main.jsx @@ -13,6 +13,7 @@ const About = lazy(() => import('./components/Pages/About')); const Contact = lazy(() => import('./components/Pages/Contact')); const Post = lazy(() => import('./components/Pages/Post')); const Search = lazy(() => import('./components/Pages/Search')); // Nouveau composant pour la recherche +const BureauEtude = lazy(() => import('./components/Pages/BureauEtude')); // Import des services import ServiceUn from "./components/Pages/ServiceUn.jsx"; @@ -31,6 +32,7 @@ function YourApp() { } /> } /> + } /> } /> } /> } /> {/* Route pour les recherches */}