update
This commit is contained in:
@@ -8,6 +8,7 @@ import LoadingScreen from '../components/LoadingScreen';
|
||||
import GuestGuard from '../guards/GuestGuard';
|
||||
import { AuthProvider } from '../contexts/LaravelAuthContext';
|
||||
import AuthGuard from '../guards/AuthGuard';
|
||||
// import DialogDetailClaim from '../sections/dashboard/DialogDetailClaim';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -106,6 +107,10 @@ export default function Router() {
|
||||
element: <ClaimReport />,
|
||||
index: true,
|
||||
},
|
||||
{
|
||||
path: 'dialog-detail',
|
||||
element: <DialogDetailClaim/>
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -158,3 +163,4 @@ const AlarmCenterUserProfile = Loadable(lazy(() => import('../pages/AlarmCenter/
|
||||
const ClaimReport = Loadable(lazy(() => import('../pages/ClaimReport/Index')));
|
||||
const Claims = Loadable(lazy(() => import('../pages/Claims/Index')));
|
||||
const ClaimShow = Loadable(lazy(() => import('../pages/Claims/Show')));
|
||||
const DialogDetailClaim = Loadable(lazy(()=> import('../pages/ClaimReport/DialogDetailClaim')));
|
||||
Reference in New Issue
Block a user