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

index.js « activity « dashboard « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b7c36a09769b4a5041d0e03eb203e7adced1956 (plain)
1
2
3
4
import Activities from '~/activities';

// eslint-disable-next-line no-new
new Activities();