[WIP] Encounter
This commit is contained in:
@@ -122,6 +122,10 @@ export default function Router() {
|
||||
element: <Claims />,
|
||||
index: true,
|
||||
},
|
||||
{
|
||||
path: ':id',
|
||||
element: <ClaimShow />,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -153,3 +157,4 @@ const AlarmCenterUserProfile = Loadable(lazy(() => import('../pages/AlarmCenter/
|
||||
// Claim Report
|
||||
const ClaimReport = Loadable(lazy(() => import('../pages/ClaimReport/Index')));
|
||||
const Claims = Loadable(lazy(() => import('../pages/Claims/Index')));
|
||||
const ClaimShow = Loadable(lazy(() => import('../pages/Claims/Show')));
|
||||
|
||||
Reference in New Issue
Block a user