This commit is contained in:
kevin
2023-08-14 16:55:34 +07:00
parent f05a2c879e
commit db4b0193dd
10 changed files with 1043 additions and 405 deletions

View File

@@ -13,6 +13,7 @@ import { AuthProvider } from '../contexts/LaravelAuthContext';
import AuthGuard from '../guards/AuthGuard';
import { Link, useParams, useSearchParams } from 'react-router-dom';
import Prescription from '@/pages/Report/Prescription/Index';
import DoctorRating from '@/pages/Report/DoctorRating/Index';
// ----------------------------------------------------------------------
@@ -290,6 +291,10 @@ export default function Router() {
path: 'report/prescription',
element: <Prescription/>,
},
{
path: 'report/doctorrating',
element: <DoctorRating/>,
},
{
path: 'report/linksehat-payments',
element: <LinksehatPayment />,