import logo from "./distill-logo.svg"; const html = `
` export default function(dom, data) { dom.querySelector('dt-header').innerHTML = html; }