From c72b4a25cfaa7404d7f07b60ab62f8f168248936 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 17 Jan 2024 19:54:03 -0500 Subject: [PATCH] - progress Signed-off-by: Dave Richer --- client/src/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/index.js b/client/src/index.js index 9bf4faddb..9bcdc55ec 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -12,7 +12,6 @@ import { persistor, store } from "./redux/store"; import reportWebVitals from "./reportWebVitals"; import "./translations/i18n"; import "./utils/CleanAxios"; -import {ConfigProvider} from "antd"; import {defaultTheme} from "@ant-design/compatible"; //import { BrowserTracing } from "@sentry/tracing"; //import "antd/dist/antd.css"; @@ -67,7 +66,7 @@ function App() { // https://ant.design/docs/react/migrate-less-variables // TODO - Client Update - At a later time it might be worth removing these defaults ReactDOM.createRoot(document.getElementById('root')).render( - + );