Skip to content

Commit

Permalink
fix: broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Feb 18, 2025
1 parent e40af7d commit b10c63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BridgeClientId } from '@metamask/bridge-controller';
import type { TransactionMeta } from '@metamask/transaction-controller';
import { numberToHex } from '@metamask/utils';

import BridgeStatusController from './bridge-status-controller';
import { BridgeStatusController } from './bridge-status-controller';
import { DEFAULT_BRIDGE_STATUS_STATE } from './constants';
import type { BridgeStatusControllerMessenger } from './types';
import type {
Expand Down

0 comments on commit b10c63e

Please sign in to comment.