MCPcopy
hub / github.com/xyproto/algernon / Comment

Interface Comment

samples/react_tsx/index.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import ReactDOM from "react-dom/client";
4
5interface Comment {
6 author: string;
7 text: string;
8}
9
10function App() {
11 const [comments, setComments] = useState<Comment[]>([]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected