import { ReactNode } from "react"; export function AuthLayout({ children }: { children: ReactNode }) { return (