fix(core): update

This commit is contained in:
Philipp Kunz 2020-11-25 14:44:57 +00:00
parent 9f3e31ffca
commit e2f7fadc83

View File

@ -1,6 +1,12 @@
import * as plugins from './dees-element.plugins';
export {
property,
html,
customElement,
TemplateResult,
internalProperty,
} from 'lit-element';
export class DeesElement extends plugins.litElement.LitElement {