next.js/test/e2e/app-dir/next-font/app/navigation/page.js
page.js12 lines195 B
import Link from 'next/link'

export default function Page() {
  return (
    <>
      <Link href="/navigation/page-with-same-font">
        Go to page with same font
      </Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN