react-code-dataset
/
next.js
/test
/development
/acceptance-app
/fixtures
/app-hmr-changes
/app
/layout.js
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <head /> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |