MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / EditorView

Function EditorView

app/routes/j/$id/editor.tsx:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { JsonEditor } from "~/components/JsonEditor";
2
3export default function EditorView() {
4 return <JsonEditor />;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected