Skip to content

Commit 87b90ec

Browse files
committed
chore: fix import
1 parent 1827df3 commit 87b90ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import {
4646
REFRESH_INTERVAL_MS,
4747
TraceName,
4848
} from './constants';
49-
import { IntentApiImpl } from './utils/intent-api.ts~';
49+
import { IntentApiImpl } from './utils/intent-api';
5050
import type { IntentOrder } from './intent-order';
5151
import type {
5252
BridgeStatusControllerState,

0 commit comments

Comments
 (0)