diff --git a/frontend/src/pages/_app.js b/frontend/src/pages/_app.js index 7c9c9d9..b22cb8f 100644 --- a/frontend/src/pages/_app.js +++ b/frontend/src/pages/_app.js @@ -9,6 +9,7 @@ import { useNProgress } from 'src/hooks/use-nprogress'; import { createTheme } from 'src/theme'; import { createEmotionCache } from 'src/utils/create-emotion-cache'; import 'simplebar-react/dist/simplebar.min.css'; +import { WsProvider } from 'src/contexts/socketio-context'; const clientSideEmotionCache = createEmotionCache(); @@ -36,16 +37,18 @@ const App = (props) => { - - - - { - (auth) => auth.isLoading - ? - : getLayout() - } - - + + + + + { + (auth) => auth.isLoading + ? + : getLayout() + } + + +