♫
📌 canary ▾
next.js
/
test
/
integration
/
polyfills
/
pages
/
index.js
index.js
8 lines
109 B
import
Link
from
'next/link'
export
default
()
=>
(
<
div
>
<
Link
href
=
"/fetch"
>Fetch</
Link
>
</
div
>
)
v2.0.0
/
Go
SIGN IN