()
| 28 | import { ExecuteWorkflowButton } from './execute-workflow-button'; |
| 29 | |
| 30 | export const EditorLoading = () => { |
| 31 | return <LoadingView message="Loading editor..." />; |
| 32 | }; |
| 33 | |
| 34 | export const EditorError = () => { |
| 35 | return <ErrorView message="Error loading editor" />; |
nothing calls this directly
no outgoing calls
no test coverage detected