import { html } from '@design.estate/dees-element'; export const demoFunc = () => html`
import * as text from './hello'; const hiThere = 'nice'; const myFunction = async () => { console.log('nice one'); }
`