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

Interface Props

src/components/ConversationView/Header.tsx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import ConversationTabsView from "../ConversationTabsView";
9
10interface Props {
11 className?: string;
12}
13
14const Header = (props: Props) => {
15 const { className } = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected