fix(core): update

This commit is contained in:
2023-08-07 18:20:17 +02:00
parent 43897f0fb5
commit 134774b870
14 changed files with 1892 additions and 886 deletions

View File

@ -1,5 +1,5 @@
import * as plugins from '../wcctools.plugins.js';
import { DeesElement, property, html, customElement, TemplateResult } from '@designestate/dees-element';
import { DeesElement, property, html, customElement, type TemplateResult } from '@design.estate/dees-element';
import { WccDashboard } from './wcc-dashboard.js';
export type TElementType = 'element' | 'page';