♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
parallel-routes-and-interception
/
app
/
parallel-scroll
/
layout.js
layout.js
9 lines
123 B
export
default
function
Layout
({ children, modal })
{
return
(
<
div
>
{
children
}
{
modal
}
</
div
>
)
}
v2.0.0
/
Go
SIGN IN