|
@@ -1312,11 +1312,7 @@ function routes() {
|
|
|
|
|
|
<Route
|
|
|
path="/organizations/:orgId/stats/"
|
|
|
- componentPromise={() =>
|
|
|
- import(
|
|
|
- /* webpackChunkName: "OrganizationStats" */ 'app/views/organizationStats'
|
|
|
- )
|
|
|
- }
|
|
|
+ componentPromise={() => import('app/views/organizationStats')}
|
|
|
component={errorHandler(LazyLoad)}
|
|
|
/>
|
|
|
|