/* Boot — mount the app. Runs after all component scripts have been transpiled. App fetches its own data from the backend (window.CN.api) on mount. */ ReactDOM.createRoot(document.getElementById("root")).render();