| /* eslint-disable @next/next/no-head-element */ | |
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <head></head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| /* eslint-disable @next/next/no-head-element */ | |
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <head></head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |