NeoScan_Physician/app/modules/CaseReview/screens/index.ts

16 lines
520 B
TypeScript

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