export default function RootLayout({children}) { // eslint-disable-line react/prop-types return ( {children} ) }