From 8d7796d5c269761b8d433f9aca736d8a144b6c83 Mon Sep 17 00:00:00 2001 From: Javier Bueno Date: Tue, 10 Oct 2023 15:00:00 +0200 Subject: [PATCH] fix lint --- .../CreateOrder/LimitPriceWarning/LimitPriceWarning.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/LimitPriceWarning/LimitPriceWarning.tsx b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/LimitPriceWarning/LimitPriceWarning.tsx index e1992c0fe0..fd52dd8add 100644 --- a/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/LimitPriceWarning/LimitPriceWarning.tsx +++ b/apps/wallet-mobile/src/features/Swap/useCases/StartSwapScreen/CreateOrder/LimitPriceWarning/LimitPriceWarning.tsx @@ -4,8 +4,8 @@ import React from 'react' import {StyleSheet, Text, View} from 'react-native' import {Button, Spacer} from '../../../../../../components' -import {BottomSheetModal} from '../../../../../../legacy/BottomSheetModal' import {useLanguage} from '../../../../../../i18n' +import {BottomSheetModal} from '../../../../../../legacy/BottomSheetModal' import {useSelectedWallet} from '../../../../../../SelectedWallet' import {useTokenInfo} from '../../../../../../yoroi-wallets/hooks' import {useStrings} from '../../../../common/strings'