import InvoiceItem from "./InvoiceItem"; const InvoiceList = ({ invoices, onCancel, paymentInfos }) => { return (