import Link from 'next/link' import { useRouter } from 'next/router' const Page = () => ( <>

Hello World

) export default Page