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

index.js « abuse_reports « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a4311ec73a11218271c2c8ba8be8d9bbd5a2815 (plain)
1
2
3
4
5
import UsersSelect from '~/users_select';
import AbuseReports from './abuse_reports';

new AbuseReports(); /* eslint-disable-line no-new */
new UsersSelect(); /* eslint-disable-line no-new */