diff --git a/client/src/App.tsx b/client/src/App.tsx index 2586cddb..04000fec 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -10,13 +10,15 @@ import ErrorBoundary from './components/ErrorBoundary/ErrorBoundary'; import GeneralError from './components/ErrorBoundary/GeneralError'; import NotFound from './components/ErrorBoundary/NotFoundError'; +import { MarketingTextProvider } from './providers/MarketingTextProvider'; + import { UserProvider } from './providers'; -import { ModalProvider } from './providers/ModalProvider'; +import { ModalProvider } from './providers'; +import { SettingsProvider } from './providers'; import { QueryClient, QueryClientProvider } from 'react-query'; import { ReactQueryDevtools } from 'react-query/devtools'; import './App.css'; -import { SettingsProvider } from './providers/SettingsProvider'; const queryClient = new QueryClient(); @@ -27,33 +29,35 @@ function App(): JSX.Element { - - - - { - // intentionally left empty callback to block the default browser prompt. - }} - > - + + + + { + // intentionally left empty callback to block the default browser prompt. + }} > -
- -
- -