export default function RootLayout({ children }) { return <div className="group-root-layout">{children}</div> }