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