react-code-dataset
/
next.js
/test
/production
/standalone-mode
/required-server-files
/app
/layout.js
| export default function Layout({ children }) { | |
| return ( | |
| <html lang="en"> | |
| <head /> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |