fix(core): update

This commit is contained in:
Philipp Kunz 2021-09-08 23:52:04 +02:00
parent 7b8e9ecdf3
commit 85aa910046

View File

@ -8,7 +8,8 @@ export {
html,
TemplateResult,
css,
unsafeCSS
unsafeCSS,
state
} from 'lit-element';
export { DeesElement } from './dees-element.classes.dees-element';