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,