import "./globals.css"; import { IconUser, IconSun, IconMoon, IconBrandGithub } from "@tabler/icons-react"; import Link from "next/link"; export default function RootLayout({ children }: { children: React.ReactNode }) { return (
chessu alpha
{/* ^ wrap this in client component too */}
{children}
); }