Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import { JsonEditor } from
"~/components/JsonEditor"
;
2
3
export default function EditorView() {
4
return <JsonEditor />;
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected