@everymatrix/lottery-program-wof
Version:
15 lines (14 loc) • 614 B
JavaScript
if (typeof window != "undefined") {
const n = (t) => function(...s) {
try {
return t.apply(this, s);
} catch (e) {
if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
return !1;
throw e;
}
};
customElements.define = n(customElements.define), import("../components/LotteryProgramWof-D7VfEdAV.js").then(({ default: t }) => {
!customElements.get("lottery-program-wof") && customElements.define("lottery-program-wof", t.element);
});
}