import { Skeleton } from "@/components/ui/skeleton" import { Button } from "@/components/ui/button" import { Ship, Loader2, GlobeIcon, ChevronDownIcon } from "lucide-react" import Link from "next/link" import { cn } from "@/lib/utils" import { buttonVariants } from "@/components/ui/button" export function LoginFormSkeleton() { return (