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: a75b68873ef4b441ce7c85952eaf55ca10ece0c4 (plain)
1
2
3
4
5
6
7
import initRelatedIssues from '~/related_issues';
import initSidebarBundle from '~/sidebar/sidebar_bundle';
import initShow from '../../issues/show';

initShow();
initSidebarBundle();
initRelatedIssues();