From 29fb3a2f9bf28bbebfc82868ae1e5447206a6826 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 6 Jan 2022 22:09:52 +0100 Subject: [PATCH] fix(core): update --- ts/dees-element.plugins.ts | 2 +- ts/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/dees-element.plugins.ts b/ts/dees-element.plugins.ts index 3cfb0b6..1328cd6 100644 --- a/ts/dees-element.plugins.ts +++ b/ts/dees-element.plugins.ts @@ -14,7 +14,7 @@ const lit = { css, unsafeCSS, LitElement, - property + property, }; import * as domtools from '@designestate/dees-domtools'; diff --git a/ts/index.ts b/ts/index.ts index dc41995..3c4f2b7 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,7 +1,7 @@ import { CssManager } from './dees-element.classes.cssmanager'; // lit exports -export { html, TemplateResult, css, unsafeCSS } from 'lit'; +export { html, TemplateResult, css, unsafeCSS, render } from 'lit'; export { customElement } from 'lit/decorators/custom-element.js';