feat(username): Add Username updating
This commit is contained in:
@@ -2,8 +2,10 @@ import { combineReducers } from 'redux';
|
||||
|
||||
import { reducer as app } from './';
|
||||
import { reducer as flash } from '../components/Flash/redux';
|
||||
import { reducer as settings } from './settings';
|
||||
|
||||
export default combineReducers({
|
||||
app,
|
||||
flash
|
||||
flash,
|
||||
settings
|
||||
});
|
||||
|
Reference in New Issue
Block a user