react-code-dataset / next.js /test /integration /build-output /fixtures /with-parallel-routes /app /root-page /layout.js
| export default function Layout({ children, header, footer }) { | |
| return ( | |
| <> | |
| {header} | |
| {children} | |
| {footer} | |
| </> | |
| ) | |
| } | |
| export default function Layout({ children, header, footer }) { | |
| return ( | |
| <> | |
| {header} | |
| {children} | |
| {footer} | |
| </> | |
| ) | |
| } | |