mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-21 14:19:42 +02:00
Code splitting now works through awaited import (#6)
This commit is contained in:
parent
e7e64cea3e
commit
5c0560a2ed
11 changed files with 214 additions and 500 deletions
7
src/frontend/js/classes/editor.js
Normal file
7
src/frontend/js/classes/editor.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import CodeXEditor from 'codex.editor';
|
||||
|
||||
export default class Editor {
|
||||
constructor() {
|
||||
this.editor = new CodeXEditor();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue