♫
📌 canary ▾
next.js
/
test
/
production
/
app-dir
/
actions-tree-shaking
/
use-effect-actions
/
app
/
layout.js
layout.js
8 lines
117 B
export
default
function
Layout
({ children })
{
return
(
<
html
>
<
body
>
{
children
}
</
body
>
</
html
>
)
}
v2.0.0
/
Go
SIGN IN