MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / EditorLoading

Function EditorLoading

src/features/editor/components/editor.tsx:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28import { ExecuteWorkflowButton } from './execute-workflow-button';
29
30export const EditorLoading = () => {
31 return <LoadingView message="Loading editor..." />;
32};
33
34export const EditorError = () => {
35 return <ErrorView message="Error loading editor" />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected