"use client"; import { SignUp } from "@clerk/nextjs"; const SignUpPage = () => ( ); export default SignUpPage;