fix(core): update

This commit is contained in:
2023-10-11 12:24:12 +02:00
parent b154631c77
commit 32244bb450
9 changed files with 206 additions and 59 deletions

View File

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