| 15 | } |
| 16 | |
| 17 | interface ProjectEditorProps { |
| 18 | projectLoader: ProjectLoader |
| 19 | } |
| 20 | |
| 21 | export const ProjectEditor = (props: ProjectEditorProps) => { |
| 22 | const { projectLoader } = props |
nothing calls this directly
no outgoing calls
no test coverage detected