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: ab29f9149f7f5791a83559281ae43e7cba94c4f1 (plain)
1
2
3
4
5
6
7
8
import initDeprecatedRemoveRowBehavior from '~/behaviors/deprecated_remove_row_behavior';
import UsersSelect from '~/users_select';
import AbuseReports from './abuse_reports';

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

initDeprecatedRemoveRowBehavior();