react-code-dataset / next.js /test /development /app-dir /strict-mode-enabled-by-default /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> | |
| ) | |
| } | |