Skip to content

Commit 97f659b

Browse files
author
Calvinn Ng
committed
fix import statement
1 parent ee29912 commit 97f659b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/util/messenger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { v4 as uuidv4 } from "uuid";
2-
import type { IProtocol } from "../protocol";
2+
import type { IProtocol } from "../protocol/index.js";
33

44
export interface Message<T = any> {
55
messageType: string;

0 commit comments

Comments
 (0)