diff --git a/client/src/App.jsx b/client/src/App.jsx index 1d009bcba..8ef8295f6 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -4,8 +4,6 @@ import './App.css'; import { QueryClient, QueryClientProvider } from 'react-query'; import SocketProvider from 'app/context/socketContext'; import withSocket from 'features/viewers/ViewWrapper'; -import { ReactQueryDevtools } from 'react-query/devtools'; -import Empty from 'common/state/Empty'; const Editor = lazy(() => import('features/editors/Editor')); const PresenterView = lazy(() => @@ -42,7 +40,7 @@ function App() {
- }> + @@ -50,12 +48,12 @@ function App() { - + {/* Lower cannot have fallback */} + {/* Send to default if nothing found */} -