| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <head> | |
| <title>Hello</title> | |
| </head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| export default function Root({ children }) { | |
| return ( | |
| <html> | |
| <head> | |
| <title>Hello</title> | |
| </head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |