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

Function TreeViewPage

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected