NeoScan_Physician/shared/src/components/Header/index.ts
2025-07-21 18:47:22 +05:30

8 lines
251 B
TypeScript

/*
* File: index.ts
* Description: Barrel file for exporting the CustomHeader component.
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
export { default as CustomHeader } from './Header';