NeoScan_Radiologist/app/modules/PatientCare/screens/index.ts
2025-08-12 18:50:19 +05:30

15 lines
454 B
TypeScript

/*
* File: index.ts
* Description: Barrel export for PatientCare screens
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
export { default as PatientsScreen } from './PatientsScreen';
export { default as PatientDetailsScreen } from './PatientDetailsScreen';
/*
* End of File: index.ts
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/