import { SignUp } from "@clerk/nextjs"; const SignUpPage = () => (
); export default SignUpPage; const styles = { width: "100vw", height: "100vh", display: "flex", justifyContent: "center", alignItems: "center", };