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