'use client'; import { SignUp } from '@clerk/nextjs'; const PageClient = () => { return (
); }; export default PageClient;