forge/arma/ui/apps/main/bootstrap.js
2026-03-07 13:20:43 -06:00

7 lines
156 B
JavaScript

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