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

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