import logo from "./distill-logo.svg"; let html = `
is dedicated to clear explanations of machine learning
`; export default function(dom, data) { let el = dom.querySelector("dt-footer"); if(el) el.innerHTML = html; }