fix(core): update

This commit is contained in:
2023-09-09 13:34:46 +02:00
parent bcfd3495dd
commit 69e17949f4
8 changed files with 156 additions and 63 deletions

View File

@@ -0,0 +1,5 @@
import { html } from '@design.estate/dees-element';
export const demoFunc = () => html`
<dees-simple-appdash>Hello there</dees-simple-appdash>
`;