update
This commit is contained in:
@ -59,7 +59,7 @@ import ComingSoonPage from '@/pages/ComingSoonPage';
|
||||
const AppRoutingSetup = (): ReactElement => {
|
||||
return (
|
||||
<Routes>
|
||||
{/* <Route element={<RequireAuth />}> */}
|
||||
<Route element={<RequireAuth />}>
|
||||
<Route element={<Demo2Layout />}>
|
||||
<Route path="/" element={<DashboardHomePage />} />
|
||||
<Route path="/account/home/user-profile" element={<AccountUserProfilePage />} />
|
||||
@ -142,7 +142,7 @@ const AppRoutingSetup = (): ReactElement => {
|
||||
/> */}
|
||||
{/* DISBURSEMENT */}
|
||||
</Route>
|
||||
{/* </Route> */}
|
||||
</Route>
|
||||
<Route path="error/*" element={<ErrorsRouting />} />
|
||||
<Route path="auth/*" element={<AuthPage />} />
|
||||
<Route path="*" element={<Navigate to="/error/404" />} />
|
||||
|
||||
Reference in New Issue
Block a user