diff --git a/src/common/routing/index.jsx b/src/common/routing/index.jsx index 94f366bd..39dfa1f0 100644 --- a/src/common/routing/index.jsx +++ b/src/common/routing/index.jsx @@ -1,2 +1,2 @@ export history from './history' -export routes from './routes' +export {getSidebarRoutes, getRouterRoutes, getRoutes} from './routes'