react-code-dataset
/
next.js
/test
/development
/app-dir
/server-components-hmr-cache
/app
/layout.tsx
| import React from 'react' | |
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |