next.js/test/integration/custom-server/pages/index.js
index.js12 lines171 B
import Link from 'next/link'

export default function Index() {
  return (
    <div>
      <Link href="/asset" id="go-asset">
        Asset
      </Link>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN