4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
import { startIde } from '~/ide/index';
|
|
import extendStore from '~/ide/stores/extend';
|
|
|
|
startIde({ extendStore });
|