Skip to content

Commit b6a6bb0

Browse files
committed
Update imports (#1666)
1 parent dd7641d commit b6a6bb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/utils/alerts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { store } from '..'
1+
import { store } from '../redux/store'
22
import { clearGlobalAlert, clearLocalAlert } from '../actions/status'
33

44
export const showAlert = ({data, onlyError, onlySuccess, console = true, localAlert, messageCodeHeader, success} = {}) => ({

src/utils/twoFactor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as nearApiJs from 'near-api-js'
2-
import { store } from '..'
2+
import { store } from '../redux/store'
33
import { promptTwoFactor, refreshAccount } from '../actions/account'
44
import { MULTISIG_MIN_AMOUNT, ACCOUNT_HELPER_URL } from './wallet'
55
import { utils } from 'near-api-js'

src/utils/wallet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { generateSeedPhrase } from 'near-seed-phrase';
1010
import { WalletError } from './walletError'
1111
import { setAccountConfirmed, getAccountConfirmed } from './localStorage'
1212

13-
import { store } from '..'
13+
import { store } from '../redux/store'
1414
import {
1515
setSignTransactionStatus,
1616
setLedgerTxSigned,

0 commit comments

Comments
 (0)