import { FC } from 'react'; export const Header: FC = () => { return null; };