diff --git a/App/Containers/Example/ExampleScreen.js b/App/Containers/Example/ExampleScreen.js index ca196666c..36f6b2fc7 100644 --- a/App/Containers/Example/ExampleScreen.js +++ b/App/Containers/Example/ExampleScreen.js @@ -3,7 +3,6 @@ import { Platform, Text, View, Button } from 'react-native' import { connect } from 'react-redux' import { PropTypes } from 'prop-types' import ExampleActions from 'App/Stores/Example/Actions' -import StartupActions from 'App/Stores/Startup/Actions' import { isHot } from 'App/Stores/Example/Selectors' import Style from './ExampleScreenStyle' diff --git a/App/Sagas/ExampleSaga.js b/App/Sagas/ExampleSaga.js index 28277989d..6ffa9c88b 100644 --- a/App/Sagas/ExampleSaga.js +++ b/App/Sagas/ExampleSaga.js @@ -1,7 +1,6 @@ import { put, call } from 'redux-saga/effects' import ExampleActions from 'App/Stores/Example/Actions' import { WeatherService } from 'App/Services/WeatherService' -import NavigationService from '../Services/NavigationService' /** * A saga can contain multiple functions.