maj template page

This commit is contained in:
sebvtl728
2025-02-03 02:02:18 +01:00
parent f25b0fa6e4
commit 555a63b61d
12 changed files with 314 additions and 378 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function YourApp() {
{/* Routes pour les services */}
<Route path="/services/prestation-maitrise-oeuvre" element={<ServiceUn />} />
<Route path="/services/structure-beton-charpente-metallique-bois" element={<ServiceDeux />} />
<Route path="/services/formation-video" element={<ServiceTrois />} />
<Route path="/services/electricite" element={<ServiceTrois />} />
<Route path="/admin/create-post" element={<CreatePost />} />
<Route path="/post/:slug" element={<PostDetails />} />
<Route path="/admin/posts" element={<PostList />} />