()
| 1 | import Counter from "./components/Counter"; |
| 2 | |
| 3 | const App = () => { |
| 4 | return ( |
| 5 | <div> |
| 6 | <h2>Redux Complete Tutorial</h2> |
| 7 | <Counter /> |
| 8 | </div> |
| 9 | ); |
| 10 | }; |
| 11 | |
| 12 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected