8 lines
251 B
TypeScript
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';
|