♫
📌 canary ▾
next.js
/
test
/
development
/
app-dir
/
basic
/
app
/
layout.js
layout.js
8 lines
115 B
export
default
function
Root
({ children })
{
return
(
<
html
>
<
body
>
{
children
}
</
body
>
</
html
>
)
}
v2.0.0
/
Go
SIGN IN