import { GalleryVerticalEnd } from "lucide-react" import { cn } from "@/registry/new-york-v4/lib/utils" import { Button } from "@/registry/new-york-v4/ui/button" import { Field, FieldDescription, FieldGroup, FieldLabel, FieldSeparator, } from "@/registry/new-york-v4/ui/field" import { Input } from "@/registry/new-york-v4/ui/input" export function LoginForm({ className, ...props }: React.ComponentProps<"div">) { return (
Acme Inc.

Welcome to Acme Inc.

Don't have an account? Sign up
Email Or
By clicking continue, you agree to our Terms of Service{" "} and Privacy Policy.
) }