From 938cba93ba6e0b299c801a252513d4eb8a2637df Mon Sep 17 00:00:00 2001 From: Alankar Bhandare Date: Mon, 12 Jan 2026 18:20:58 +0530 Subject: [PATCH] Remove unused React import from Index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index b13cbecc6..49c0e246b 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,7 @@ Coded by www.creative-tim.com * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ -import React from "react"; + import { createRoot } from "react-dom/client"; import { BrowserRouter } from "react-router-dom"; import App from "App";