import { Logo } from '@/assets/logo' import { cn } from '@/lib/utils' import dashboardDark from './assets/dashboard-dark.png' import dashboardLight from './assets/dashboard-light.png' import { UserAuthForm } from './components/user-auth-form' export function SignIn2() { return (
Enter your email and password below
to log into your account
By clicking sign in, you agree to our{' '} Terms of Service {' '} and{' '} Privacy Policy .