react-code-dataset / next.js /test /development /app-dir /server-component-next-dynamic-ssr-false /app /layout.js
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |