()
| 32 | }; |
| 33 | |
| 34 | export const EditorError = () => { |
| 35 | return <ErrorView message="Error loading editor" />; |
| 36 | }; |
| 37 | |
| 38 | export const Editor = ({ workflowId }: { workflowId: string }) => { |
| 39 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected