react-code-dataset
/
next.js
/test
/e2e
/instrumentation-client-hook
/app-with-src
/src
/app
/layout.tsx
| import React from 'react' | |
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |