next.js/test/e2e/build-indicator/pages/index.js
index.js15 lines221 B
import Link from 'next/link'

export default function Page() {
  return (
    <>
      <Link href="/a" id="to-a">
        Go to a
      </Link>
      <Link href="/b" id="to-b">
        Go to b
      </Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN