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