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,3 @@
import { html } from '@design.estate/dees-element';
export const demoFunc = () => html` <dees-simple-login> Hello there </dees-simple-login> `;