import Link from 'next/link' function Comp({children}) { return children } export default function Page() { return ( Home ); }