4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
|
import { html } from '@design.estate/dees-element';
|
||
|
|
||
|
export const demoFunc = () => html` <dees-simple-login> Hello there </dees-simple-login> `;
|