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