fix(core): update

This commit is contained in:
2023-10-26 17:39:02 +02:00
parent 5d655035d6
commit 855ce7c074
10 changed files with 603 additions and 456 deletions

View File

@@ -0,0 +1,6 @@
import { html } from '@design.estate/dees-element';
import * as shared from './shared/index.js';
export const demoFunc = () => html`
<dedocument-viewer .letterData=${shared.demoLetter}></dedocument-viewer>
`;