diff --git a/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx b/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx index 1d2ac0bfa..35308356e 100644 --- a/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx +++ b/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx @@ -7,7 +7,7 @@ import CurrencyFormatter from "../../utils/CurrencyFormatter"; import { DateFormatter, DateTimeFormatter } from "../../utils/DateFormatter"; import { alphaSort } from "../../utils/sorters"; import PaymentExportButton from "../payment-export-button/payment-export-button.component"; -import { PaymentsExportAllButton } from "../payments-export-all-button/payments-export-all-button.component"; +import PaymentsExportAllButton from "../payments-export-all-button/payments-export-all-button.component"; export default function AccountingPayablesTableComponent({ loading,