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