import { html } from '@design.estate/dees-element';

export const demoFunc = async () => {
  return html`<dees-toast></dees-toast>`;
}