import Link from 'next/link' export default function page() { return ( <Link id="link-to-app" href="/assertion/page"> To /assertion/page </Link> ) }