react-code-dataset / next.js /test /development /app-dir /hmr-asset-prefix-full-url /app /layout.tsx
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |