next.js/test/integration/production-nav/pages/index.js
index.js10 lines135 B
import Link from 'next/link'

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