summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/pages/root/index.js')
-rw-r--r--app/assets/javascripts/pages/root/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/javascripts/pages/root/index.js b/app/assets/javascripts/pages/root/index.js
deleted file mode 100644
index 09f8185d3b5..00000000000
--- a/app/assets/javascripts/pages/root/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// if the "projects dashboard" is a user's default dashboard, when they visit the
-// instance root index, the dashboard will be served by the root controller instead
-// of a dashboard controller. The root index redirects for all other default dashboards.
-
-import '../dashboard/projects/index';