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: 378f7b3f38b6d6f9814639e779d378d1d87c5a25 (plain)
1
2
3
4
5
import ProjectImport from '~/project_import';

export default () => {
  new ProjectImport(); // eslint-disable-line no-new
};