MCPcopy
hub / github.com/jamiebuilds/unstated-next / App

Function App

example/index.tsx:25–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25function App() {
26 return (
27 <Counter.Provider>
28 <CounterDisplay />
29 <Counter.Provider>
30 <div>
31 <div>
32 <CounterDisplay />
33 </div>
34 </div>
35 </Counter.Provider>
36 </Counter.Provider>
37 )
38}
39
40render(<App />, document.getElementById("root"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected