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

Function WrappedAaa

context-trap/src/App5.tsx:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40);
41
42const WrappedAaa = () => {
43 const { aaa, setAaa } = useContext(context);
44
45 return <Aaa aaa={aaa} setAaa={setAaa}/>
46};
47
48interface AaaProps {
49 aaa: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected