Skip to content

Commit

Permalink
Update imports (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbodnar committed May 18, 2021
1 parent b0aad60 commit 2325753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/utils/alerts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { store } from '..'
import { store } from '../redux/store'
import { clearGlobalAlert, clearLocalAlert } from '../actions/status'

export const showAlert = ({data, onlyError, onlySuccess, console = true, localAlert, messageCodeHeader, success} = {}) => ({
Expand Down
2 changes: 1 addition & 1 deletion src/utils/twoFactor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as nearApiJs from 'near-api-js'
import { store } from '..'
import { store } from '../redux/store'
import { promptTwoFactor, refreshAccount } from '../actions/account'
import { MULTISIG_MIN_AMOUNT, ACCOUNT_HELPER_URL } from './wallet'
import { utils } from 'near-api-js'
Expand Down
2 changes: 1 addition & 1 deletion src/utils/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { generateSeedPhrase } from 'near-seed-phrase';
import { WalletError } from './walletError'
import { setAccountConfirmed, getAccountConfirmed } from './localStorage'

import { store } from '..'
import { store } from '../redux/store'
import {
setSignTransactionStatus,
setLedgerTxSigned,
Expand Down

0 comments on commit 2325753

Please sign in to comment.