import{makeItReactive as t}from"./reactivity/make-it-reactive.js";functione(e,n){const r=document.createElement("template");r.innerHTML=e;const c=t(r.content,n);return{fragment:r.content,unsubscribe:c}}export{e as makeComponent};
//# sourceMappingURL=make-component.js.map