add confirmEmailChange Page in router
This commit is contained in:
@@ -12,6 +12,7 @@ import PageNotFoundPage from "./pages/PageNotFound/PageNotFoundPage.jsx";
|
||||
import eventDetail from "./pages/EventDetail/EventDetailPage.tsx";
|
||||
import legalNotices from "./pages/LegalNotices/LegalNoticesPage.tsx";
|
||||
import RGPDPage from "./pages/RGPD/RGPDPage.jsx";
|
||||
import ConfirmEmailChangePage from "./pages/ConfirmEmailChange/ConfirmEmailChangePage.tsx";
|
||||
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
@@ -34,6 +35,10 @@ const router = createBrowserRouter([
|
||||
path: "/404",
|
||||
Component: PageNotFoundPage,
|
||||
},
|
||||
{
|
||||
path: "/confirm/email/change",
|
||||
Component: ConfirmEmailChangePage,
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
Component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user