// React entry point is disabled as the app is running in static HTML mode in index.html for direct copying. // To revert to React, restore index.html to contain
and uncomment the lines below. /* import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App'; const rootElement = document.getElementById('root'); if (!rootElement) { throw new Error("Could not find root element to mount to"); } const root = ReactDOM.createRoot(rootElement); root.render(