react-code-dataset / next.js /test /e2e /chrome-devtools-workspace /fixtures /base-path /app /layout.js
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <head></head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <head></head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |