Rename EventDetails page component files

This commit is contained in:
2026-03-12 14:55:28 +01:00
parent bd9c05f583
commit fc298084cf
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import EventsPage from "./pages/Events/EventsPage.jsx";
import AdminPage from "./pages/Admin/AdminPage.jsx";
import ValidationErrorPage from "./pages/waitValidationPage/ValidationErrorPage.jsx";
import PageNotFound from "./pages/PageNotFound/PageNotFound.jsx";
import eventDetail from "./pages/eventDetail/eventDetail.jsx";
import eventDetail from "./pages/EventDetail/EventDetail.jsx";
import legalNotices from "./pages/LegalNotices/LegalNotices.jsx";
import RGPD from "./pages/RGPD/RGPD.jsx";