Rename state/environment to state/app
This commit is contained in:
parent
1beb56abcf
commit
b0b9904bc1
12 changed files with 93 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
import { combineReducers } from 'redux';
|
||||
import app from './app';
|
||||
import channels from './channels';
|
||||
import environment from './environment';
|
||||
import input from './input';
|
||||
import messages from './messages';
|
||||
import privateChats from './privateChats';
|
||||
|
@ -16,8 +16,8 @@ export const getRouter = state => state.router;
|
|||
export default function createReducer(router) {
|
||||
return combineReducers({
|
||||
router,
|
||||
app,
|
||||
channels,
|
||||
environment,
|
||||
input,
|
||||
messages,
|
||||
privateChats,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue