Merged in feature/IO-1828-Front-End-Package-Updates (pull request #1172)
Feature/IO-1828 Front End Package Updates
This commit is contained in:
@@ -12,7 +12,7 @@ import { persistor, store } from "./redux/store";
|
||||
import reportWebVitals from "./reportWebVitals";
|
||||
import "./translations/i18n";
|
||||
import "./utils/CleanAxios";
|
||||
import {defaultTheme} from "@ant-design/compatible";
|
||||
import { ConfigProvider } from "antd";
|
||||
//import { BrowserTracing } from "@sentry/tracing";
|
||||
//import "antd/dist/antd.css";
|
||||
// import "antd/dist/antd.less";
|
||||
@@ -64,7 +64,6 @@ function App() {
|
||||
|
||||
// Used for ANTD Component Tokens
|
||||
// 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(
|
||||
<ConfigProvider>
|
||||
<App />
|
||||
|
||||
Reference in New Issue
Block a user