♫
📌 canary ▾
next.js
/
test
/
e2e
/
link-on-navigate-prop
/
app
/
app-router
/
subpage
/
page.tsx
page.tsx
6 lines
93 B
import
React
from
'react'
export
default
function
Subpage
()
{
return
<
div
>Subpage</
div
>
}
v2.0.0
/
Go
SIGN IN