debian-mirror-gitlab/app/assets/javascripts/pages/root/index.js
2019-02-15 15:39:39 +05:30

6 lines
294 B
JavaScript

// 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';