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

Interface Props

src/components/ConversationView/MessageView.tsx:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import ThreeDotsLoader from "./ThreeDotsLoader";
15
16interface Props {
17 message: Message;
18}
19
20const MessageView = (props: Props) => {
21 const message = props.message;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected