tt / src /main.jsx
Mohassin's picture
fkk
8153b56
Raw
History Blame Contribute Delete
160 Bytes
import { createRoot } from "react-dom/client";
import App from "./App.jsx";
import "./index.css";
createRoot(document.getElementById("root")).render(<App />);