♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
not-found-with-nested-layouts
/
app
/
(main)
/
layout.js
layout.js
4 lines
78 B
export
default
function
MainLayout
({ children })
{
return
<>
{
children
}
</>
}
v2.0.0
/
Go
SIGN IN