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

index.js « index « issues « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b320d8a61c2399fc908e951234e53e981181f518 (plain)
1
2
3
4
5
6
import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation';
import { mountIssuesListApp, mountJiraIssuesListApp } from '~/issues/list';

mountIssuesListApp();
mountJiraIssuesListApp();
new ShortcutsNavigation(); // eslint-disable-line no-new