Rename rgpd route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-03 16:31:21 +01:00
parent 9e715cc575
commit 1489a10711
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const router = createBrowserRouter([
Component: legalNotices,
},
{
path: "/RGPD",
path: "/rgpd",
Component: RGPD,
},
]