Redirect to stored tab if the route is not found
This commit is contained in:
parent
2afbf2359c
commit
5487ecdb57
5 changed files with 62 additions and 19 deletions
|
@ -1,10 +1,12 @@
|
|||
import documentTitle from './documentTitle';
|
||||
import handleSocket from './handleSocket';
|
||||
import initialState from './initialState';
|
||||
import storage from './storage';
|
||||
|
||||
export default function runModules(ctx) {
|
||||
initialState(ctx);
|
||||
|
||||
documentTitle(ctx);
|
||||
handleSocket(ctx);
|
||||
storage(ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue