16 lines
452 B
TypeScript
16 lines
452 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Barrel export for PatientCare navigation components
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export { default as PatientCareStackNavigator } from './PatientCareStackNavigator';
|
|
export * from './navigationTypes';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|