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

index.js « status « github « import « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c427b72372a3c590f7202cac9d4c7e895c2b7f8 (plain)
1
2
3
4
5
import mountImportProjectsTable from '~/import_entities/import_projects';

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

mountImportProjectsTable(mountElement);