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";