From e2431b6fb4cd0eb46e43a12b2111e9e5f8d792cb Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 7 Sep 2023 16:32:29 +0100 Subject: [PATCH] Fix imports --- apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts b/apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts index 4f903866f1..32ffb1b5a9 100644 --- a/apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts +++ b/apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts @@ -3,6 +3,7 @@ import AsyncStorage, {AsyncStorageStatic} from '@react-native-async-storage/asyn import {useNavigation} from '@react-navigation/native' import {Balance} from '@yoroi/types' import {parseBoolean, useStorage} from '@yoroi/wallets' +import {Buffer} from 'buffer' import * as React from 'react' import {useCallback, useMemo} from 'react' import { @@ -34,7 +35,6 @@ import {CurrencySymbol, NetworkId, TipStatusResponse, TxSubmissionStatus, Wallet import {delay} from '../utils/timeUtils' import {Amounts, Quantities, Utxos} from '../utils/utils' import {WalletManager, WalletMeta} from '../walletManager' -import {Buffer} from 'buffer' const crashReportsStorageKey = 'sendCrashReports'