From 1cb4b228ce7d1ebbaa800133526ca5b51a3f73c4 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 17 Jan 2024 20:05:38 -0500 Subject: [PATCH] - fix issue Signed-off-by: Dave Richer --- client/src/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/src/index.js b/client/src/index.js index f93b74910..2a4118568 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -12,6 +12,7 @@ import { persistor, store } from "./redux/store"; import reportWebVitals from "./reportWebVitals"; import "./translations/i18n"; import "./utils/CleanAxios"; +import { ConfigProvider } from "antd"; //import { BrowserTracing } from "@sentry/tracing"; //import "antd/dist/antd.css"; // import "antd/dist/antd.less"; @@ -63,11 +64,6 @@ function App() { // Used for ANTD Component Tokens // https://ant.design/docs/react/migrate-less-variables -function ConfigProvider(props) { - return null; -} - -// TODO - Client Update - At a later time it might be worth removing these defaults ReactDOM.createRoot(document.getElementById('root')).render(