| 1 | import { create } from "zustand"; |
| 2 | import { subscribeWithSelector } from "zustand/middleware"; |
| 3 | import { Conversation, ConversationSchema } from "@gen/apiclient/chat/v2/chat_pb"; |
| 4 | import { fromJson } from "@/libs/protobuf-utils"; |
nothing calls this directly
no test coverage detected