From e3aca07708e3119f61f8358ccc79353e3aeee358 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Fri, 20 Dec 2024 11:55:06 -0800 Subject: [PATCH] lint --- ui/ducks/bridge/selectors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ducks/bridge/selectors.ts b/ui/ducks/bridge/selectors.ts index f86745e69ae3..9724a10c2550 100644 --- a/ui/ducks/bridge/selectors.ts +++ b/ui/ducks/bridge/selectors.ts @@ -20,7 +20,6 @@ import { BRIDGE_PREFERRED_GAS_ESTIMATE, BRIDGE_QUOTE_MAX_RETURN_DIFFERENCE_PERCENTAGE, } from '../../../shared/constants/bridge'; -import type { BridgeControllerState } from '../../../shared/types/bridge'; import { createDeepEqualSelector } from '../../../shared/modules/selectors/util'; import { SWAPS_CHAINID_DEFAULT_TOKEN_MAP } from '../../../shared/constants/swaps'; import { @@ -30,6 +29,7 @@ import { import { getConversionRate, getGasFeeEstimates } from '../metamask/metamask'; import { type L1GasFees, + type BridgeControllerState, type BridgeToken, type QuoteMetadata, type QuoteResponse,