feat: cr changes and improvements
This commit is contained in:
@@ -15,6 +15,7 @@ import PaymentManagement from "../views/PaymentManagement";
|
||||
import ClinicDocUpdater from "../views/ClinicDocUpdate";
|
||||
import ForgotPassword from "../views/ForgotPassword";
|
||||
import ResetPassword from "../views/ResetPassword";
|
||||
import SignupCharges from "../views/SignupCharges";
|
||||
|
||||
export const routesData = [
|
||||
{
|
||||
@@ -31,6 +32,7 @@ export const routesData = [
|
||||
{ path: "/masterData", component: MasterDataManagement },
|
||||
{ path: "/payment-management", component: PaymentManagement },
|
||||
{ path: "/docs", component: ClinicDocUpdater },
|
||||
{ path: "/signup-charges", component: SignupCharges },
|
||||
],
|
||||
isProtected: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user