mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-22 22:59: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
|
@ -23,6 +23,7 @@ class Docs {
|
|||
*/
|
||||
constructor() {
|
||||
console.log('CodeX Docs initialized');
|
||||
|
||||
this.writing = new Writing();
|
||||
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
|
@ -40,4 +41,4 @@ class Docs {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new Docs();
|
||||
export default new Docs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue