import { PaymentDataItem } from '../../../types/services/analytic' import { formatCurrency } from '../../../utils/transform' const PaymentMethodReport = ({ payments }: { payments: PaymentDataItem[] }) => { const ProgressBar = ({ percentage, color = 'bg-blue-500' }: any) => (