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: 568bf19b55ee0b0da90fa357977cf55422f3a68c (plain)
1
2
3
4
5
import initNotesApp from '~/mr_notes/init_notes';
import { initMrPage } from '../page';

initMrPage();
initNotesApp();