next.js/test/integration/polyfills/pages/index.js
index.js8 lines109 B
import Link from 'next/link'

export default () => (
  <div>
    <Link href="/fetch">Fetch</Link>
  </div>
)
Quest for Codev2.0.0
/
SIGN IN