7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
/**
|
|
* Registry app bootstrap
|
|
*/
|
|
|
|
const root = document.getElementById("app");
|
|
window.RegistryApp.runtime.render(window.RegistryApp.components.App, root);
|