export default function RootLayout({ children }) { return ( {/* Add className="dark" here for debugging */}
{children}
); }