debian-mirror-gitlab/app/assets/javascripts/pages/ide/index.js

5 lines
115 B
JavaScript
Raw Normal View History

2018-12-05 23:21:45 +05:30
import { startIde } from '~/ide/index';
2020-06-23 00:09:42 +05:30
import extendStore from '~/ide/stores/extend';
2018-10-15 14:42:47 +05:30
2020-06-23 00:09:42 +05:30
startIde({ extendStore });