Explore: moved code to app/features/explore

This commit is contained in:
David Kaltschmidt 2018-09-24 12:16:06 +02:00
parent db1153e5df
commit d07a3a7637
29 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
template: '<react-container />',
resolve: {
roles: () => ['Editor', 'Admin'],
component: () => import(/* webpackChunkName: "explore" */ 'app/containers/Explore/Wrapper'),
component: () => import(/* webpackChunkName: "explore" */ 'app/features/explore/Wrapper'),
},
})
.when('/org', {