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

Function About

examples/react/https/src/setup.tsx:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected