fix(core): update

This commit is contained in:
2022-05-12 18:53:19 +02:00
parent 78051a5577
commit 0394a656cc
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ export { customElement } from 'lit/decorators/custom-element.js';
export { property, state, query, queryAll, queryAsync } from 'lit/decorators.js';
export { until } from 'lit/directives/until.js';
export { asyncAppend } from 'lit/directives/async-append.js';
// domtools exports
import * as domtools from '@designestate/dees-domtools';
export { domtools };