MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / Component1

Function Component1

Video 116/src/components/Component1.jsx:5–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5const Component1 = () => {
6 const value = useContext(counterContext)
7 return (
8 <div>
9 {value.count}
10 </div>
11 )
12}
13
14export default Component1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected