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

index.js « ide « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15933256e7503ea0a515530072f2e1e26578e8c6 (plain)
1
2
3
4
import { startIde } from '~/ide/index';
import extendStore from '~/ide/stores/extend';

startIde({ extendStore });