NeoScan_Physician/app/modules/PatientCare/components/index.ts
2025-08-07 19:42:41 +05:30

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