import Link from "next/link" export default function AuthLayout({ children, }: { children: React.ReactNode }) { return (