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

index.js « show « incidents « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a83c4f1c0d231a0fb92bb2b133cddd516f9e2f4b (plain)
1
2
3
4
5
6
7
import { initShow } from '~/issues';
import initSidebarBundle from '~/sidebar/sidebar_bundle';
import initWorkItemLinks from '~/work_items/components/work_item_links';

initShow();
initSidebarBundle();
initWorkItemLinks();