summaryrefslogtreecommitdiffstats
path: root/webapp/routes/route_root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/routes/route_root.jsx')
-rw-r--r--webapp/routes/route_root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/routes/route_root.jsx b/webapp/routes/route_root.jsx
index f633049ce..8a1f440be 100644
--- a/webapp/routes/route_root.jsx
+++ b/webapp/routes/route_root.jsx
@@ -120,7 +120,7 @@ export default {
{
path: 'error',
getComponents: (location, callback) => {
- System.import('components/error_page.jsx').then(RouteUtils.importComponentSuccess(callback));
+ System.import('components/error_page').then(RouteUtils.importComponentSuccess(callback));
}
},
{