diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/public/bundle.js b/public/bundle.js index 8f06959..6958b15 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -7322,19 +7322,16 @@ var app = (0, _preact.h)( _reactRouterDom.BrowserRouter, null, (0, _preact.h)( - _reactRouterDom.Switch, + 'div', null, (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/', component: _dashboard2.default }), (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/system/', component: _system2.default }), (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/dashboard/', component: _dashboard2.default }), (0, _preact.h)(_reactRouterDom.Route, { exact: true, path: '/logout/', component: _auth2.default.Logout }), module_list, - (0, _preact.h)(_reactRouterDom.Route, { component: function component() { - return (0, _preact.h)(_reactRouterDom.Redirect, { to: '/' }); - } }) + (0, _preact.h)(_common.Header, null) ) ), - (0, _preact.h)(_common.Header, null), (0, _preact.h)(_common.AudioPlayer, null) ) ); |
