Skip to content

Commit 71d85bf

Browse files
fix: broken import
1 parent 903dc04 commit 71d85bf

File tree

1 file changed

+1
-1
lines changed
  • packages/bridge-status-controller/src

1 file changed

+1
-1
lines changed

packages/bridge-status-controller/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import type {
1818
import type { TransactionControllerGetStateAction } from '@metamask/transaction-controller';
1919
import type { TransactionMeta } from '@metamask/transaction-controller';
2020

21-
import type BridgeStatusController from './bridge-status-controller';
21+
import type { BridgeStatusController } from './bridge-status-controller';
2222
import type { BRIDGE_STATUS_CONTROLLER_NAME } from './constants';
2323

2424
// All fields need to be types not interfaces, same with their children fields

0 commit comments

Comments
 (0)