Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « root « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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';