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

index.js « show « imports « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5f92baf054422a32461160f974a9c65e7766395 (plain)
1
2
3
4
5
import ProjectImport from '~/project_import';

document.addEventListener('DOMContentLoaded', () => {
  new ProjectImport(); // eslint-disable-line no-new
});