import { createRoot } from "react-dom/client"; import "./index.css"; // Minimal test component first const TestApp = () => { return (
If you see this, React is rendering correctly.
Loading full app...
Root element (#root) not found in HTML.
{errorMessage}
${errorMessage}