Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Dec 20, 2024
1 parent f6ebff5 commit e3aca07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ducks/bridge/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -30,6 +29,7 @@ import {
import { getConversionRate, getGasFeeEstimates } from '../metamask/metamask';
import {
type L1GasFees,
type BridgeControllerState,
type BridgeToken,
type QuoteMetadata,
type QuoteResponse,
Expand Down

0 comments on commit e3aca07

Please sign in to comment.