fix(core): update

This commit is contained in:
2023-05-01 14:02:25 +02:00
parent 71396208ee
commit 1c8fef7a07
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import './instrument/happydom.js';
import * as plugins from './smartntml.plugins.js';
const deesElement = plugins.deesElement;
import * as deesElement from '@designestate/dees-element';
export { deesElement };
export class Smartntml {