/* * 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. */