summaryrefslogtreecommitdiffstats
path: root/webapp/routes/route_integrations.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/routes/route_integrations.jsx')
-rw-r--r--webapp/routes/route_integrations.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/routes/route_integrations.jsx b/webapp/routes/route_integrations.jsx
index b7e08fda4..c3cf3ae78 100644
--- a/webapp/routes/route_integrations.jsx
+++ b/webapp/routes/route_integrations.jsx
@@ -95,7 +95,7 @@ export default {
path: 'oauth2-apps',
indexRoute: {
getComponents: (location, callback) => {
- System.import('components/integrations/components/installed_oauth_apps.jsx').then(RouteUtils.importComponentSuccess(callback));
+ System.import('components/integrations/components/installed_oauth_apps').then(RouteUtils.importComponentSuccess(callback));
}
},
childRoutes: [