import { AuthForm } from "@/components/auth-form"; import { Suspense } from "react"; export default function SignupPage() { return ( ); }