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