import Link from 'next/link' export default function Page() { return ( <div> <Link href="/catch-all/1">To Test Page</Link> </div> ) }