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

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

document.addEventListener('DOMContentLoaded', () => new UsersSelect());