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