refactor: code refactor

This commit is contained in:
deepvasoya 2025-05-08 20:02:41 +05:30
parent 050cf206f5
commit 970f8ebe1c
2 changed files with 0 additions and 10 deletions

View File

@ -75,13 +75,4 @@ export const SIDEBAR_CONFIG = [
// Clinic admin can access call transcripts
roles: [USER_ROLES.CLINIC_ADMIN]
},
{
text: 'Contract Management',
path: 'contractManagement',
requireSaprateApp: false,
icon: TopicOutlinedIcon,
activeIcon: TopicIcon,
// Clinic admin can access contract management
roles: [USER_ROLES.CLINIC_ADMIN]
},
];

View File

@ -25,7 +25,6 @@ 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,