NeoScan_Physician/app/modules/PatientCare/services/index.ts
2025-08-20 20:42:33 +05:30

14 lines
348 B
TypeScript

/*
* File: index.ts
* Description: Barrel export for Dashboard services
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
export * from './patientAPI';
/*
* End of File: index.ts
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/