feat: cr changes and improvements

This commit is contained in:
2025-05-23 13:38:06 +05:30
parent 1f7c183e7e
commit 232f11d142
13 changed files with 341 additions and 169 deletions
+2
View File
@@ -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,
},