···11+import foundation from "@diffuse/foundation";
22+import OutputConfigElement from "@diffuse/themes/webamp/configurators/output/element.js";
33+44+const out = foundation.orchestrator.output();
55+66+const el = new OutputConfigElement();
77+el.setAttribute("output-selector", out.selector);
88+99+document.querySelector("#placeholder")?.replaceWith(el);