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

index.js « new « environments « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2edb1ca7088596a6ff9152e1940da99b495cfb67 (plain)
1
2
3
import mountNew from '~/environments/new';

mountNew(document.getElementById('js-new-environment'));