MCPcopy Index your code
hub / github.com/SplootCode/splootcode / ProjectEditorProps

Interface ProjectEditorProps

src/pages/project_editor.tsx:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface ProjectEditorProps {
18 projectLoader: ProjectLoader
19}
20
21export const ProjectEditor = (props: ProjectEditorProps) => {
22 const { projectLoader } = props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected