/** * Registry app bootstrap */ const root = document.getElementById("app"); window.RegistryApp.runtime.render(window.RegistryApp.components.App, root);