fix(core): update

This commit is contained in:
2023-08-07 20:02:18 +02:00
parent e0d2679801
commit 316e2a0b27
32 changed files with 393 additions and 440 deletions

View File

@ -2,11 +2,12 @@ import {
DeesElement,
html,
customElement,
TemplateResult,
type TemplateResult,
property,
state,
cssManager,
css,
type CSSResult,
} from '@design.estate/dees-element';
import * as tsclass from '@tsclass/tsclass';