diff --git a/common/routing/index.jsx b/common/routing/index.jsx index 37126053..ad4d793e 100644 --- a/common/routing/index.jsx +++ b/common/routing/index.jsx @@ -1,7 +1,7 @@ import React from 'react'; import {Route, Redirect, browserHistory, IndexRoute} from 'react-router'; import {useBasename} from 'history' -import {App, Dashboard} from 'containers'; +import {App, Tabs} from 'containers'; export const history = getHistory() @@ -14,7 +14,7 @@ export const Routing = (AuthCheck) => ( {/**/} {/**/} {/**/} - + )