fix(core): update

This commit is contained in:
2022-03-16 10:49:03 +01:00
parent 5cd6b17101
commit e8534691b4
5 changed files with 570 additions and 23 deletions

View File

@ -1,3 +1,3 @@
export * from './dees-editor';
export * from './dees-editor-ace';
export * from './dees-terminal';
export * from './dees-editor.js';
export * from './dees-editor-ace.js';
export * from './dees-terminal.js';

View File

@ -1 +1 @@
export * from './elements/index';
export * from './elements/index.js';