♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir
/
parallel-routes-static
/
app
/
nested
/
page.js
page.js
4 lines
73 B
export
default
function
Page
()
{
return
<
div
>Hello from Nested</
div
>
}
v2.0.0
/
Go
SIGN IN