import { AuthForms } from "@/components/auth-form"; import Image from "next/image"; export default function AuthPage() { return (
); }