refactoring

This commit is contained in:
2024-01-11 12:18:24 +05:00
parent ebd240cb7a
commit 5d7966432c
-1
View File
@@ -1,7 +1,6 @@
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App.jsx";
// import App1 from './App1.jsx'
import "./index.css";
ReactDOM.createRoot(document.getElementById("root")).render(