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

Function EditorError

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

Source from the content-addressed store, hash-verified

32};
33
34export const EditorError = () => {
35 return <ErrorView message="Error loading editor" />;
36};
37
38export const Editor = ({ workflowId }: { workflowId: string }) => {
39 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected