type HeaderProps = { link: string; }; export default function Header(props: HeaderProps) { return (

PolyMPR

); }