import { Code2 } from "lucide-react"; interface LoginLayoutProps { children: React.ReactNode; } export function LoginLayout({ children }: LoginLayoutProps) { return (