dees-catalog/ts_web/elements/dees-simple-appdash.demo.ts
2023-09-09 13:34:46 +02:00

6 lines
149 B
TypeScript

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