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

index.js « show « merge_requests « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67dc3782a2445ff706e24e400544a8d4332550b2 (plain)
1
2
3
4
5
6
7
8
9
import mountNotesApp from 'ee_else_ce/mr_notes/mount_app';
import { initReportAbuse } from '~/projects/report_abuse';
import { initMrMoreDropdown } from '~/mr_more_dropdown';
import { initMrPage } from '../page';

initMrPage();
mountNotesApp();
initReportAbuse();
initMrMoreDropdown();