summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/root/index.js
blob: 09f8185d3b52b6947287de0b81a75c01e091f320 (plain)
1
2
3
4
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';