feat: add connect to bank dialog

This commit is contained in:
Ahmed Bouhuolia
2024-02-04 18:48:03 +02:00
parent e0ddcb022a
commit 299a943153
15 changed files with 214 additions and 24 deletions

View File

@@ -37,6 +37,7 @@ import creditNotes from './CreditNote/creditNote.reducer';
import vendorCredit from './VendorCredit/VendorCredit.reducer';
import warehouseTransfers from './WarehouseTransfer/warehouseTransfer.reducer';
import projects from './Project/projects.reducer';
import { PlaidSlice } from './banking/banking.reducer';
const appReducer = combineReducers({
authentication,
@@ -73,6 +74,7 @@ const appReducer = combineReducers({
vendorCredit,
warehouseTransfers,
projects,
plaid: PlaidSlice.reducer,
});
// Reset the state of a redux store