import { GithubSignIn } from "@/components/github-sign-in"; import { CredentialsSignUp } from "@/components/credentials-sign-up"; export function SignUpForm() { return (

Sign up to your account

Enter your email below to sign up to your account

Or
Already have an account? {" "} Sign in
) }