7 lines
201 B
JavaScript
7 lines
201 B
JavaScript
![]() |
export actions from './actions';
|
||
|
export reducer from './reducer';
|
||
|
export types from './types';
|
||
|
|
||
|
import fetchChallengesSaga from './fetch-challenges-saga';
|
||
|
export const sagas = [ fetchChallengesSaga ];
|