NeoScan_Radiologist/app/shared/components/index.ts
2025-08-06 19:09:06 +05:30

29 lines
924 B
TypeScript

/*
* File: index.ts
* Description: Shared components exports
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
// ============================================================================
// SHARED COMPONENTS EXPORTS
// ============================================================================
// Custom Modal Component
export { CustomModal } from './CustomModal';
// Coming Soon Screen Component
export { ComingSoonScreen } from './ComingSoonScreen';
// ============================================================================
// TYPE EXPORTS
// ============================================================================
// Export types for components
// export type { CustomModalProps } from './CustomModal';
/*
* End of File: index.ts
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/