Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Sep 4, 2018
1 parent 413fc05 commit 107b114
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion App/Containers/Example/ExampleScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion App/Sagas/ExampleSaga.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 107b114

Please sign in to comment.