fix(core): update
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user