import Link from 'next/link' export default function Page(props) { return ( <Link href="/pages-linking" id="pages-link"> To App Page </Link> ) }