export { default as Header } from '../components/header';
export type { HeaderProps } from '../components/header';
