We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1025904 commit a3862a6Copy full SHA for a3862a6
webapp/_webapp/src/stores/conversation/handlers/converter.ts
@@ -1,4 +1,4 @@
1
-import { fromJson } from "../libs/protobuf-utils";
+import { fromJson } from "../../../libs/protobuf-utils";
2
import { Conversation, Message, MessageSchema } from "../../../pkg/gen/apiclient/chat/v2/chat_pb";
3
import { MessageEntry, MessageEntryStatus } from "../types";
4
import { useStreamingMessageStore } from "../../streaming-message-store";
0 commit comments