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

index.js « remote_ide « web_ide « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 463798e85b9aa62b4caa6be62f0c2055e3033865 (plain)
1
2
3
import { mountRemoteIDE } from '~/ide/remote';

mountRemoteIDE(document.getElementById('ide'));