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

index.js « abuse_reports « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea7c9042e6df6addc56677fb70d1befce5634d4d (plain)
1
2
3
4
5
import { initLinkToSpam } from '~/abuse_reports';
import initFilePickers from '~/file_pickers';

initLinkToSpam();
initFilePickers();