const SkeletonLine = ({ height = 20, width = "100%", className = "" }) => (
); export const CollectionOverviewSkeleton = () => { return (
{/* LEFT SIDE */}
{/* Header */}
{/* Due & Collected summary */}
{/* Chart Skeleton */}
); };