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

index.js « boards « groups « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a591fed3d9b5517b98869daebda975b99932b9b8 (plain)
1
2
3
4
5
6
import { addShortcutsExtension } from '~/behaviors/shortcuts';
import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation';
import initBoards from '~/boards';

addShortcutsExtension(ShortcutsNavigation);
initBoards();