import "../../layouts/tailwind.css"; export default function GameLayout({ children }: { children: React.ReactNode }) { return (
{children}
); }