♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
parallel-routes-and-interception-basepath
/
app
/
nested
/
page.tsx
page.tsx
4 lines
94 B
export
default
function
Page
()
{
return
<
div
id
=
"nested-page-full"
>Nested Page Full</
div
>
}
v2.0.0
/
Go
SIGN IN