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

Sign in to your account

Enter your email below to sign in to your account

Or
Don't have an account?{" "} Sign up
) }