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

index.js « status « bulk_imports « import « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37ac1a984664a25f8f8d7767c647c05d8d9e1e5c (plain)
1
2
3
4
import { mountImportGroupsApp } from '~/import_entities/import_groups';

const mountElement = document.getElementById('import-groups-mount-element');
mountImportGroupsApp(mountElement);