import { GithubSignInForm } from "@/components/github-sign-in-form"; import { CredentialsSignInForm } from "@/components/credentials-sign-in-form"; 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
); }