MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / GraphCardProps

Interface GraphCardProps

src/templates/SavedGraphsTemplate.tsx:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import { HotKeysType } from "../types/hotKeys";
27
28interface GraphCardProps {
29 userID: string;
30 graph: PersonalGraph;
31}
32
33const GraphCard: FC<GraphCardProps> = ({ userID, graph }) => {
34 const navigate = useNavigate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected