gitlab-org--gitlab-foss/app/assets/javascripts/pages/root/index.js

6 lines
294 B
JavaScript
Raw Normal View History

2018-12-13 07:37:54 -05:00
// 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';