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 { WccDashboard } from './elements/wcc-dashboard.js';
import { LitElement, TemplateResult } from 'lit';
import { LitElement, type TemplateResult } from 'lit';
const setupWccTools = (elementsArg?: { [key: string]: LitElement }, pagesArg?: { [key: string]: () => TemplateResult }) => {
let hasRun = false;