15 lines
454 B
TypeScript
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.
|
|
*/ |