diff --git a/src/routes/safe/store/actions/fetchTransactions.js b/src/routes/safe/store/actions/fetchTransactions.js index db0dd14d..c03b460f 100644 --- a/src/routes/safe/store/actions/fetchTransactions.js +++ b/src/routes/safe/store/actions/fetchTransactions.js @@ -4,7 +4,6 @@ import type { Dispatch as ReduxDispatch } from 'redux' import { type GlobalState } from '~/store/index' import { makeOwner } from '~/routes/safe/store/model/owner' import { makeTransaction, type Transaction } from '~/routes/safe/store/model/transaction' -import { load, TX_KEY } from '~/utils/localStorage' import { makeConfirmation } from '~/routes/safe/store/model/confirmation' import { loadSafeSubjects } from '~/utils/localStorage/transactions' import { buildTxServiceUrlFrom, type TxServiceType } from '~/logic/safe/safeTxHistory'