import { Skeleton } from "@/components/ui/skeleton" import { Button } from "@/components/ui/button" import { Separator } from "@/components/ui/separator" import { Loader2 } from "lucide-react" export function JoinFormSkeleton() { return (
{/* VendorName */}
{/* Address */}
{/* Email */}
{/* Phone */}
{/* Country */}
{/* Attachments */}
{/* Submit button */}
) }