♫
v2.0.0
/
Go
SIGN IN
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
instant-validation
/
app
/
suspense-in-root
/
runtime
/
missing-suspense-around-dynamic-layout
/
page.tsx
page.tsx
8 lines
118 B
export
default
async
function
Page
()
{
return
(
<
main
>
<
p
>The page itself is static</
p
>
</
main
>
)
}