We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee29912 commit 97f659bCopy full SHA for 97f659b
core/util/messenger.ts
@@ -1,5 +1,5 @@
1
import { v4 as uuidv4 } from "uuid";
2
-import type { IProtocol } from "../protocol";
+import type { IProtocol } from "../protocol/index.js";
3
4
export interface Message<T = any> {
5
messageType: string;
0 commit comments