feat(profile): Add Profile and components
This commit is contained in:
committed by
mrugesh mohapatra
parent
491912448b
commit
987da19254
@@ -2,7 +2,8 @@ import { all } from 'redux-saga/effects';
|
||||
|
||||
import { sagas as appSagas } from './';
|
||||
import { sagas as settingsSagas } from './settings';
|
||||
import { sagas as challengeSagas } from '../templates/Challenges/redux';
|
||||
|
||||
export default function* rootSaga() {
|
||||
yield all([...appSagas, ...settingsSagas]);
|
||||
yield all([...appSagas, ...challengeSagas, ...settingsSagas]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user