NeoScan_Radiologist/app/modules/PatientCare/components/index.ts
2025-08-12 18:50:19 +05:30

19 lines
651 B
TypeScript

/*
* File: index.ts
* Description: Barrel export for PatientCare components
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
export { default as PatientCard } from './PatientCard';
export { default as SearchBar } from './SearchBar';
export { default as FilterTabs } from './FilterTabs';
export { default as EmptyState } from './EmptyState';
export { default as LoadingState } from './LoadingState';
export { default as ImageViewer } from './ImageViewer';
/*
* End of File: index.ts
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/