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

index.js « merge_requests « dashboard « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7353669e65f0dd276960acc23cb251ab2bae933 (plain)
1
2
3
4
5
6
7
import projectSelect from '~/project_select';
import initLegacyFilters from '~/init_legacy_filters';

export default () => {
  projectSelect();
  initLegacyFilters();
};