Colocate reducers, actions and selectors
This commit is contained in:
parent
1e7d4c3fe4
commit
889e3b88b7
53 changed files with 1031 additions and 914 deletions
|
@ -1,12 +1,16 @@
|
|||
import documentTitle from './documentTitle';
|
||||
import handleSocket from './handleSocket';
|
||||
import fonts from './fonts';
|
||||
import initialState from './initialState';
|
||||
import socket from './socket';
|
||||
import storage from './storage';
|
||||
import widthUpdates from './widthUpdates';
|
||||
|
||||
export default function runModules(ctx) {
|
||||
fonts(ctx);
|
||||
initialState(ctx);
|
||||
|
||||
documentTitle(ctx);
|
||||
handleSocket(ctx);
|
||||
socket(ctx);
|
||||
storage(ctx);
|
||||
widthUpdates(ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue