Add document title handling
This commit is contained in:
parent
511b9e406c
commit
2afbf2359c
8 changed files with 156 additions and 65 deletions
10
client/src/js/modules/index.js
Normal file
10
client/src/js/modules/index.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import documentTitle from './documentTitle';
|
||||
import handleSocket from './handleSocket';
|
||||
import initialState from './initialState';
|
||||
|
||||
export default function runModules(ctx) {
|
||||
initialState(ctx);
|
||||
|
||||
documentTitle(ctx);
|
||||
handleSocket(ctx);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue