MCPcopy Create free account
hub / github.com/bholmesdev/simplestack-store / App

Function App

examples/vite-react/src/main.tsx:21–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21function App() {
22 return (
23 <div className="app">
24 <h1>@simplestack/store</h1>
25 <p>Vite + React Example</p>
26 <Counter />
27 </div>
28 );
29}
30
31createRoot(document.getElementById("root")!).render(
32 <StrictMode>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected