Refactor stateActions for better overview.

This commit is contained in:
Håvar Aambø Fosstveit
2019-11-05 11:53:21 +01:00
parent a9be34aea7
commit 8ab1475fea
31 changed files with 667 additions and 873 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import lobbyPeers from './lobbyPeers';
import consumers from './consumers';
import peerVolumes from './peerVolumes';
import notifications from './notifications';
import chatmessages from './chatmessages';
import chat from './chat';
import toolarea from './toolarea';
import files from './files';
import settings from './settings';
@@ -21,7 +21,7 @@ export default combineReducers({
consumers,
peerVolumes,
notifications,
chatmessages,
chat,
toolarea,
files,
settings