chore(client): update redux-saga

This commit is contained in:
ValeraS
2019-06-10 15:22:45 +03:00
committed by Mrugesh Mohapatra
parent ec1b51debb
commit 08403ca561
4 changed files with 78 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
import {
delay,
put,
select,
call,
@@ -7,7 +8,7 @@ import {
fork,
getContext
} from 'redux-saga/effects';
import { delay, channel } from 'redux-saga';
import { channel } from 'redux-saga';
import {
challengeDataSelector,