diff --git a/client/src/App/App.container.jsx b/client/src/App/App.container.jsx index 67fd0f444..6702808d4 100644 --- a/client/src/App/App.container.jsx +++ b/client/src/App/App.container.jsx @@ -10,6 +10,7 @@ import client from "../utils/GraphQLClient"; import App from "./App"; import * as Sentry from "@sentry/react"; import themeProvider from "./themeProvider"; +import { CookiesProvider } from "react-cookie"; // Base Split configuration const config = { @@ -38,26 +39,28 @@ function AppContainer() { const { t } = useTranslation(); return ( - - - - - - - - - - + + + + + + + + + + + + ); }