next.js/test/integration/scroll-forward-restoration/pages/another.js
another.js11 lines167 B
import Link from 'next/link'

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