react-code-dataset
/
next.js
/test
/development
/app-dir
/capture-console-error-owner-stack
/app
/layout.js
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |