MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / App

Function App

context-trap/src/App.tsx:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33};
34
35const App = () => (
36 <Provider>
37 <Aaa />
38 <Bbb />
39 </Provider>
40);
41
42const Aaa = () => {
43 const { aaa, setAaa } = useContext(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected