···11-import foundation from "~/common/foundation.js";
22-import OutputConfigElement from "~/themes/winamp/configurators/output/element.js";
33-44-// Set doc title
55-document.title = "Output | Winamp | Diffuse";
66-77-const out = await foundation.orchestrator.output();
88-99-const el = new OutputConfigElement();
1010-el.setAttribute("output-selector", out.selector);
1111-1212-document.querySelector("#placeholder")?.replaceWith(el);