♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
server-action-logging
/
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