MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / State

Interface State

src/components/Sidebar/ConversationList.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import UpdateConversationModal from "../UpdateConversationModal";
8
9interface State {
10 showUpdateConversationModal: boolean;
11}
12
13const ConversationList = () => {
14 const { t } = useTranslation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected