From 93f778ebccbfc1cf081bc3bd976f29c834f5eea3 Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Sat, 30 Oct 2021 19:40:08 +0200 Subject: [PATCH] refactoring: account transaction alert. --- .../AccountTransactionsAlerts.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js b/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js index 96c682bab..ead7b4a41 100644 --- a/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js +++ b/src/containers/CashFlow/AccountTransactions/AccountTransactionsAlerts.js @@ -1,11 +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'; +import ReceiptDeleteAlert from '../../Alerts/Receipts/ReceiptDeleteAlert'; +import JournalDeleteAlert from '../../Alerts/ManualJournals/JournalDeleteAlert'; +import ExpenseDeleteAlert from '../../Alerts/Expenses/ExpenseDeleteAlert'; +import PaymentMadeDeleteAlert from '../../Alerts/PaymentMades/PaymentMadeDeleteAlert'; +import PaymentReceiveDeleteAlert from '../../Alerts/PaymentReceives/PaymentReceiveDeleteAlert'; /** * Account transaction alert. @@ -14,11 +14,11 @@ export default function AccountTransactionsAlerts() { return (