1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-21 06:09:41 +02:00
codex.docs/src/frontend/js/classes/editor.js

8 lines
132 B
JavaScript
Raw Normal View History

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