fix(core): update

This commit is contained in:
2021-12-13 23:29:16 +01:00
parent d6c7f5da97
commit 61d7de2323
3 changed files with 56 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
import { CSSResult, unsafeCSS } from 'lit-element';
import { CSSResult, unsafeCSS } from 'lit';
import * as plugins from './dees-element.plugins';
import * as domtools from '@designestate/dees-domtools';