fix(core): update

This commit is contained in:
2022-03-24 15:53:02 +01:00
parent e559ed072c
commit b7a666ac66
3 changed files with 14 additions and 13 deletions

View File

@@ -3,17 +3,16 @@ import { DeesElement, property, html, customElement, TemplateResult, queryAsync
import * as plugins from '../wcctools.plugins.js';
// wcc tools
import './wcc-frame';
import './wcc-sidebar';
import './wcc-properties';
import { TTheme } from './wcc-properties';
import { TElementType } from './wcc-sidebar';
import './wcc-frame.js';
import './wcc-sidebar.js';
import './wcc-properties.js';
import { TTheme } from './wcc-properties.js';
import { TElementType } from './wcc-sidebar.js';
import { breakpoints } from '@designestate/dees-domtools';
import { WccFrame } from './wcc-frame';
import { WccFrame } from './wcc-frame.js';
@customElement('wcc-dashboard')
export class WccDashboard extends DeesElement {
public domtools: plugins.deesDomtools.DomTools;
@property()
public selectedType: TElementType;