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, 5 insertions, 0 deletions
diff --git a/app/assets/javascripts/pages/root/index.js b/app/assets/javascripts/pages/root/index.js
new file mode 100644
index 00000000000..09f8185d3b5
--- /dev/null
+++ b/app/assets/javascripts/pages/root/index.js
@@ -0,0 +1,5 @@
+// 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';