/* * 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';