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