Merge remote-tracking branch 'refs/remotes/origin/staging' into staging
This commit is contained in:
9
frontend/dashboard/src/routes/index.tsx
Executable file → Normal file
9
frontend/dashboard/src/routes/index.tsx
Executable file → Normal file
@@ -315,6 +315,10 @@ export default function Router() {
|
||||
path: 'profile',
|
||||
element: <Profile />,
|
||||
},
|
||||
{
|
||||
path: 'cs-membership',
|
||||
element: <Membership />,
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
@@ -445,4 +449,7 @@ const Claims = Loadable(lazy(() => import('../pages/Claims/Index')));
|
||||
const ClaimsCreate = Loadable(lazy(() => import('../pages/Claims/CreateUpdate')));
|
||||
const ClaimShow = Loadable(lazy(() => import('../pages/Claims/Show')));
|
||||
|
||||
const ClaimRequests = Loadable(lazy(() => import('../pages/ClaimRequests/Index')));
|
||||
const ClaimRequests = Loadable(lazy(() => import('../pages/ClaimRequests/Index')));
|
||||
|
||||
|
||||
const Membership = Loadable(lazy(() => import('../pages/Service/Membership/index')));
|
||||
0
frontend/dashboard/src/routes/paths.ts
Executable file → Normal file
0
frontend/dashboard/src/routes/paths.ts
Executable file → Normal file
Reference in New Issue
Block a user