import CodeXEditor from 'codex.editor'; export default class Editor { constructor() { this.editor = new CodeXEditor(); } }