next.js/test/integration/scroll-back-restoration/pages/another.js
another.js13 lines204 B
import Link from 'next/link'

export default function Page() {
  return (
    <>
      <p id="another">hi from another</p>
      <Link href="/" id="to-index">
        to index
      </Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN