import { Card, CardContent, } from '@repo/shadcn/card'; import { cn } from '@repo/shadcn/lib/utils'; import UserAuthForm from './user-auth-form'; export function LoginForm({ className, ...props }: React.ComponentPropsWithoutRef<'div'>) { return (
Image
{/*
By clicking continue, you agree to our Terms of Service{" "} and Privacy Policy.
*/}
) }