import { LoginChrome } from "@/components/auth/login-chrome" export default function LoginLayout({ children, }: { children: React.ReactNode }) { return {children} }