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: e0d012cef238c2b8a224339603ee5e8e73d1b34a (plain)
1
2
3
4
5
6
7
8
import './polyfills';
import './jquery';
import './bootstrap';
import './vue';
import '../lib/utils/axios_utils';
import { openUserCountsBroadcast } from './nav/user_merge_requests';

openUserCountsBroadcast();