MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / Display

Function Display

04React/Day10/src/components/Display.jsx:6–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4// values: {count,setCount}
5
6function Display(){
7
8 // // const {count} = useContext(CounterContext);
9
10 // return(
11 // <>
12 // <h1>I am displaying Count:{count}</h1>
13 // </>
14 // )
15}
16
17export default Display;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected