a3629ae 8fa19d9 a3629ae
1
2
3
4
5
6
7
8
import { createRoot } from "react-dom/client"; import App from "./app/App.tsx"; import "./styles/index.css"; import "katex/dist/katex.min.css"; createRoot(document.getElementById("root")!).render(<App />);