import { cn } from '@/utils/cn'; interface ChartLoadingProps { className?: string; } export function ChartLoading({ className }: ChartLoadingProps) { return (