diff --git a/src/components/App/index.jsx b/src/components/App/index.jsx index abdba6fe6f..8154aa059c 100644 --- a/src/components/App/index.jsx +++ b/src/components/App/index.jsx @@ -33,6 +33,7 @@ import { SystemWideWarningBanner } from '../system-wide-banner'; import store from '../../data/store'; import { ROUTE_NAMES } from '../EnterpriseApp/data/constants'; import { defaultQueryClientRetryHandler, queryCacheOnErrorHandler } from '../../utils'; +import GlobalContextProvider from '../GlobalContextProvider'; // eslint-disable-next-line import/no-unresolved const ReactQueryDevtoolsProduction = lazy(() => import('@tanstack/react-query-devtools/production').then((d) => ({ @@ -124,60 +125,62 @@ const AppWrapper = () => { {config.MAINTENANCE_ALERT_MESSAGE} )} -
- - - - - )} - /> - } - /> - } - /> - - - - )} - /> - - - - )} - /> - - - - )} - /> - } /> - -