16 lines
520 B
TypeScript
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.
|
|
*/
|