()
| 45 | } |
| 46 | |
| 47 | const App = () => { |
| 48 | return ( |
| 49 | <div class="flex flex-1 overflow-auto"> |
| 50 | <SideNav /> |
| 51 | <PokemonDetails /> |
| 52 | </div> |
| 53 | ) |
| 54 | } |
| 55 | |
| 56 | const PokemonDetails = () => { |
| 57 | const id = usePokemonID() |
nothing calls this directly
no outgoing calls
no test coverage detected