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

Function WrappedBbb

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

Source from the content-addressed store, hash-verified

62});
63
64const WrappedBbb = () => {
65 const { bbb, setBbb } = useContext(context);
66
67 return <Bbb bbb={bbb} setBbb={setBbb}/>
68};
69
70interface BbbProps {
71 bbb: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected