Skip to content

Commit 107b114

Browse files
committed
lint fix
1 parent 413fc05 commit 107b114

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

App/Containers/Example/ExampleScreen.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Platform, Text, View, Button } from 'react-native'
33
import { connect } from 'react-redux'
44
import { PropTypes } from 'prop-types'
55
import ExampleActions from 'App/Stores/Example/Actions'
6-
import StartupActions from 'App/Stores/Startup/Actions'
76
import { isHot } from 'App/Stores/Example/Selectors'
87
import Style from './ExampleScreenStyle'
98

App/Sagas/ExampleSaga.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { put, call } from 'redux-saga/effects'
22
import ExampleActions from 'App/Stores/Example/Actions'
33
import { WeatherService } from 'App/Services/WeatherService'
4-
import NavigationService from '../Services/NavigationService'
54

65
/**
76
* A saga can contain multiple functions.

0 commit comments

Comments
 (0)