feat: pr changes
This commit is contained in:
@@ -10,6 +10,8 @@ import MockPayment from "../views/MockPayment";
|
||||
import Users from "../views/User";
|
||||
import ClinicSetup from "../views/ClinicSetup";
|
||||
import ClinicTranscripts from "../views/ClinicTranscripts";
|
||||
import ContractManagement from "../views/ContractManagement";
|
||||
import MasterDataManagement from "../views/MasterData";
|
||||
|
||||
export const routesData = [
|
||||
{
|
||||
@@ -23,6 +25,8 @@ export const routesData = [
|
||||
{ path: "/doctor", component: Users },
|
||||
{ path: "/clinicSetup", component: ClinicSetup },
|
||||
{ path: "/transcripts", component: ClinicTranscripts },
|
||||
{ path: "/contractManagement", component: ContractManagement },
|
||||
{ path: "/masterData", component: MasterDataManagement },
|
||||
],
|
||||
isProtected: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user