diff --git a/client/src/App.tsx b/client/src/App.tsx index 9e60cba6..2586cddb 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -1,4 +1,3 @@ -import * as React from 'react'; import { BrowserRouter } from 'react-router-dom'; import { Grid, ThemeProvider, StyledEngineProvider } from '@mui/material'; @@ -17,6 +16,7 @@ import { QueryClient, QueryClientProvider } from 'react-query'; import { ReactQueryDevtools } from 'react-query/devtools'; import './App.css'; +import { SettingsProvider } from './providers/SettingsProvider'; const queryClient = new QueryClient(); @@ -28,29 +28,31 @@ function App(): JSX.Element { - - { - // intentionally left empty callback to block the default browser prompt. - }} - > - + + { + // intentionally left empty callback to block the default browser prompt. + }} > -
- -
- -