import Link from "next/link"; import { AuthForm } from "@/components/AuthForm"; export default function SignupPage() { return (

Create account

// fireside-test-app · new user registration

Already have an account? Sign in →
); }