import React from "react"; import ReactDOM from "react-dom/client"; import App from "./App"; // import "./index.css"; // Commented out to rely on built-in antd styles for recovery ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( );