fix(core): update

This commit is contained in:
2022-03-24 15:39:17 +01:00
parent 53f53be991
commit c44d9e7365
8 changed files with 4697 additions and 13619 deletions

View File

@ -1,5 +1,5 @@
import { LitElement, property, html, customElement, TemplateResult, state } from 'lit-element';
import { WccDashboard } from './wcc-dashboard';
import { WccDashboard } from './wcc-dashboard.js';
export type TPropertyType = 'String' | 'Number' | 'Boolean' | 'Object' | 'Enum' | 'Array';