MCPcopy
hub / github.com/Kanaries/pygwalker / IInitModal

Interface IInitModal

app/src/components/initModal/index.tsx:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import commonStore from "../../store/common";
6
7interface IInitModal {}
8
9const InitModal: React.FC<IInitModal> = observer((props) => {
10 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected