({ children })
| 9 | }; |
| 10 | |
| 11 | export default function RootLayout({ children }) { |
| 12 | return ( |
| 13 | <html lang="en"> |
| 14 | <body className={inter.className}>{children}</body> |
| 15 | </html> |
| 16 | ); |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected