fix: `Hooks` import
This commit is contained in:
parent
bbf6d4a28d
commit
1742f84b86
|
@ -18,7 +18,7 @@ import CurrencyDropdown from 'src/routes/safe/components/CurrencyDropdown'
|
|||
import { safeFeaturesEnabledSelector, safeParamAddressFromStateSelector } from 'src/routes/safe/store/selectors'
|
||||
import { history } from 'src/store/index'
|
||||
import { wrapInSuspense } from 'src/utils/wrapInSuspense'
|
||||
import { useFetchTokens } from '../../container/Hooks/useFetchTokens'
|
||||
import { useFetchTokens } from '../../container/hooks/useFetchTokens'
|
||||
const Collectibles = React.lazy(() => import('src/routes/safe/components/Balances/Collectibles'))
|
||||
const Coins = React.lazy(() => import('src/routes/safe/components/Balances/Coins'))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//
|
||||
//
|
||||
import { fireEvent } from '@testing-library/react'
|
||||
import { aNewStore } from 'src/store'
|
||||
import { aMinedSafe } from 'src/test/builder/safe.redux.builder'
|
||||
|
|
Loading…
Reference in New Issue