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

index.js « diffs « 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: 77294c0fb9ea595c96d52463069a78502eb7e8aa (plain)
1
2
3
4
5
import initDiffsApp from '~/diffs';
import { initMrPage } from '../page';

initMrPage();
initDiffsApp();