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

index.js « activity « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03fbad0f1eccf4c35e42fec93aa559d31d550190 (plain)
1
2
3
4
5
import Activities from '~/activities';
import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation';

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