chore(client): update redux-saga
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
ec1b51debb
commit
08403ca561
@@ -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,
|
||||
|
Reference in New Issue
Block a user