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

index.js « edit « 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: 574963d825aff18ce31ae44efe97adce7090e9ba (plain)
1
2
3
import mountEdit from '~/environments/edit';

mountEdit(document.getElementById('js-edit-environment'));