From 4193c31e7d0c7c6c13f27465536530cf8a3d7007 Mon Sep 17 00:00:00 2001 From: Danny Lee Date: Tue, 20 Apr 2021 23:20:31 -0700 Subject: [PATCH] perf(org-stats): Switch to use Lightweight Organization --- static/app/routes.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/static/app/routes.tsx b/static/app/routes.tsx index 560b7ce2847345..f5075b3ac7a302 100644 --- a/static/app/routes.tsx +++ b/static/app/routes.tsx @@ -1690,6 +1690,16 @@ function routes() { component={errorHandler(LazyLoad)} /> + + import( + /* webpackChunkName: "OrganizationStats" */ 'app/views/organizationStats' + ) + } + component={errorHandler(LazyLoad)} + /> + {hook('routes:organization-root')} - - import( - /* webpackChunkName: "OrganizationStats" */ 'app/views/organizationStats' - ) - } - component={errorHandler(LazyLoad)} - />