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

index.js « new « gitlab_projects « import « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0560af5b3f5de48ad01bd0e22975f0d450d9bbf (plain)
1
2
3
4
5
import initGitLabImportProject from '~/projects/project_import_gitlab_project';
import { initNewProjectUrlSelect } from '~/projects/new';

initNewProjectUrlSelect();
initGitLabImportProject();