'use client' import { cn } from '../../utils/cn' import { Skeleton } from '../ui/skeleton' export interface MspOrganizationCardSkeletonProps { /** Appended to the root element. */ className?: string } /** * Loading placeholder for {@link MspOrganizationCard}. Mirrors the card's blocks * — square logo, title + website lines, and the trailing external-link button — * inside the same 80px container, so the welcome screen doesn't shift once the * tenant info resolves and the real card replaces it. */ export function MspOrganizationCardSkeleton({ className }: MspOrganizationCardSkeletonProps) { return (