mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-21 06:09:41 +02:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
|
import CodeXEditor from 'codex.editor';
|
||
|
|
||
|
export default class Editor {
|
||
|
constructor() {
|
||
|
this.editor = new CodeXEditor();
|
||
|
}
|
||
|
}
|