refactor(app): remove router for now

This commit is contained in:
Dan Bucholtz
2017-12-20 15:34:09 -06:00
parent 25201d3a74
commit 049b89d87f
20 changed files with 270 additions and 320 deletions

View File

@ -2737,8 +2737,6 @@ declare global {
enabled?: boolean;
icon?: string;
path?: string;
root?: string;
rootParams?: any;
selected?: boolean;
show?: boolean;
tabsHideOnSubPages?: boolean;