maj de la gestion des articles add mofif et suppr

This commit is contained in:
sebvtl728
2025-01-31 22:25:16 +01:00
parent 0d42ce54fc
commit 827a6ac092
4 changed files with 262 additions and 90 deletions
+2
View File
@@ -7,6 +7,7 @@ import { HelmetProvider } from "react-helmet-async";
import SimpleReactLightbox from "simple-react-lightbox";
import NotFound from "./components/Pages/NotFound.jsx";
import GestionArticles from "./components/Pages/GestionArticles";
import EditPost from "./components/EditPost";
// Lazy loading des pages
@@ -39,6 +40,7 @@ function YourApp() {
<Routes>
<Route path="/" element={<Home />} />
<Route path="/posts" element={<Post />} />
<Route path="/admin/edit-post/:id" element={<EditPost />} />
<Route path="/bureauEtude" element={<BureauEtude />} />
<Route path="/about" element={<About />} />
<Route path="/contact" element={<Contact />} />