import clsx from 'clsx'; export const SkeletonCard = ({ isLoading }: { isLoading?: boolean }) => (
);