Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
import commonStore from
"../../store/common"
;
6
7
interface IInitModal {}
8
9
const InitModal: React.FC<IInitModal> = observer((props) => {
10
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected