import * as React from 'react' import {cn} from '../../lib/utils' import {Skeleton} from '../ui/skeleton' interface MerchantCardSkeletonProps extends React.ComponentProps<'div'> {} function MerchantCardSkeleton({ className, ...props }: MerchantCardSkeletonProps) { return (