diff --git a/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js b/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js index 5b3a88ab3..96c682bab 100644 --- a/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js +++ b/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js @@ -1,6 +1,11 @@ import React from 'react'; import AccountDeleteTransactionAlert from '../../Alerts/CashFlow/AccountDeleteTransactionAlert'; +import ReceiptsAlerts from '../../Sales/Receipts/ReceiptsAlerts'; +import ManualJournalsAlerts from '../../Accounting/JournalsLanding/ManualJournalsAlerts'; +import ExpensesAlerts from '../../Expenses/ExpensesAlerts'; +import PaymentReceiveAlerts from '../../Sales/PaymentReceives/PaymentReceiveAlerts'; +import PaymentMadesAlerts from '../../Purchases/PaymentMades/PaymentMadesAlerts'; /** * Account transaction alert. @@ -9,6 +14,11 @@ export default function AccountTransactionsAlerts() { return (