| import * as React from 'react' | |
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <head /> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| import * as React from 'react' | |
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <head /> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |