Rename PageNotFound page component files
This commit is contained in:
+3
-3
@@ -8,7 +8,7 @@ import ProfilePage from "./pages/Profile/ProfilePage";
|
||||
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 PageNotFoundPage from "./pages/PageNotFound/PageNotFoundPage.jsx";
|
||||
import eventDetail from "./pages/EventDetail/EventDetailPage.jsx";
|
||||
import legalNotices from "./pages/LegalNotices/LegalNoticesPage.jsx";
|
||||
import RGPD from "./pages/RGPD/RGPD.jsx";
|
||||
@@ -28,11 +28,11 @@ const router = createBrowserRouter([
|
||||
},
|
||||
{
|
||||
path: "/*",
|
||||
Component: PageNotFound,
|
||||
Component: PageNotFoundPage,
|
||||
},
|
||||
{
|
||||
path: "/404",
|
||||
Component: PageNotFound,
|
||||
Component: PageNotFoundPage,
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
|
||||
Reference in New Issue
Block a user