Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (6 sloc) 239 Bytes
export actions from './actions';
export reducer from './reducer';
export types from './types';
import answerSaga from './answer-saga';
import fetchHikesSaga from './fetch-hikes-saga';
export const sagas = [ answerSaga, fetchHikesSaga ];
Something went wrong with that request. Please try again.