Update state.js

This commit is contained in:
Guilherme Gazzo 2017-12-04 15:55:28 -02:00 committed by GitHub
parent 59cf83f2d3
commit 8bbca3913d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { takeLatest, take, select } from 'redux-saga/effects';
import { takeLatest, select } from 'redux-saga/effects';
import { FOREGROUND, BACKGROUND, INACTIVE } from 'redux-enhancer-react-native-appstate';
import { LOGIN } from '../actions/actionsTypes';
import RocketChat from '../lib/rocketchat';
const appHasComeBackToForeground = function* appHasComeBackToForeground() {