/* * 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'; /* * End of File: index.ts * Design & Developed by Tech4Biz Solutions * Copyright (c) Spurrin Innovations. All rights reserved. */