Rename EventDetails page component files

This commit is contained in:
2026-03-12 14:56:05 +01:00
parent fc298084cf
commit 2e9d350310
6 changed files with 7 additions and 7 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/EventDetailPage.jsx";
import legalNotices from "./pages/LegalNotices/LegalNotices.jsx";
import RGPD from "./pages/RGPD/RGPD.jsx";