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 (