| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <head> | |
| <title>Conflict Test</title> | |
| </head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |
| export default function RootLayout({ children }) { | |
| return ( | |
| <html> | |
| <head> | |
| <title>Conflict Test</title> | |
| </head> | |
| <body>{children}</body> | |
| </html> | |
| ) | |
| } | |