From c462681c703083a9cd3a7d447143da60f7264c24 Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Tue, 26 Oct 2021 19:34:16 +0200 Subject: [PATCH] feat: account transaction alerts. --- .../AccountTransactions/AccountTransactionsAlerts.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 (