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

index.js « commons « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2a5ef83faf6be280b92755ef1e5217865988b4b (plain)
1
2
3
4
5
6
7
8
import './polyfills';
import './bootstrap';
import './vue';
import './gitlab_ui';
import '../lib/utils/axios_utils';
import { openUserCountsBroadcast } from './nav/user_merge_requests';

openUserCountsBroadcast();