| 1 | import {createAppContainer, NavigationScreenComponent} from 'react-navigation'; |
| 2 | import {createStackNavigator} from 'react-navigation-stack'; |
| 3 | import {SceneInterpolatorProps} from 'react-navigation-stack/lib/typescript/types'; |
| 4 | import HomePage from './pages/HomePage'; |
nothing calls this directly
no test coverage detected