MCPcopy Create free account
hub / github.com/TanStack/devtools / About

Function About

examples/react/basic/src/setup.tsx:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 </div>
41 )
42 },
43})
44function About() {
45 return (
46 <div className="p-2">
47 <h3>Hello from About!</h3>
48 </div>
49 )
50}
51const aboutRoute = createRoute({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected