Skip to content

Commit a3862a6

Browse files
CopilotJunyi-99
andcommitted
Fix import path in converter.ts
Co-authored-by: Junyi-99 <[email protected]>
1 parent 1025904 commit a3862a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/_webapp/src/stores/conversation/handlers/converter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fromJson } from "../libs/protobuf-utils";
1+
import { fromJson } from "../../../libs/protobuf-utils";
22
import { Conversation, Message, MessageSchema } from "../../../pkg/gen/apiclient/chat/v2/chat_pb";
33
import { MessageEntry, MessageEntryStatus } from "../types";
44
import { useStreamingMessageStore } from "../../streaming-message-store";

0 commit comments

Comments
 (0)