Skip to content

Commit 26ace5f

Browse files
committed
Fix import issue
1 parent dd7291c commit 26ace5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-sdk/src/types/methods/methods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ import type {
7474
ScheduleBackgroundEventResult,
7575
} from './schedule-background-event';
7676
import type { SetStateParams, SetStateResult } from './set-state';
77+
import type { TrackEventParams, TrackEventResult } from './track-event';
7778
import type {
7879
UpdateInterfaceParams,
7980
UpdateInterfaceResult,
8081
} from './update-interface';
8182
import type { Method } from '../../internals';
82-
import type { TrackEventParams, TrackEventResult } from '@metamask/snaps-sdk';
8383

8484
/**
8585
* The methods that are available to the Snap. Each method is a tuple of the

0 commit comments

Comments
 (0)