feat(username): Add Username updating
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { all } from 'redux-saga/effects';
|
||||
|
||||
import { sagas as appSagas } from './';
|
||||
import { sagas as settingsSagas } from './settings';
|
||||
|
||||
export default function* rootSaga() {
|
||||
yield all([...appSagas]);
|
||||
yield all([...appSagas, ...settingsSagas]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user