/* main entrypoint — runs after all sibling Babel scripts load */
const RootApp = window.App;
ReactDOM.createRoot(document.getElementById('root')).render(<RootApp />);
