import type { FC } from 'react'; import { Menu } from '../Menu'; export const Header: FC = () => (
);