From ccceb785b70eece5a8a9c7a34b44ce59eb159f21 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 12 Oct 2020 01:23:41 +0300 Subject: react-cookies -> react-cookie + universal-cookie --- vnext/src/index.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'vnext/src/index.js') diff --git a/vnext/src/index.js b/vnext/src/index.js index 0037c2a5..c9b9373a 100644 --- a/vnext/src/index.js +++ b/vnext/src/index.js @@ -1,6 +1,7 @@ import React, { lazy, Suspense } from 'react'; import ReactDOM from 'react-dom'; import { BrowserRouter } from 'react-router-dom'; +import { CookiesProvider } from 'react-cookie'; import './index.css'; @@ -17,9 +18,11 @@ const Juick = lazy(() => import('./App')); const JuickApp = () => ( - - - + + + + + ); -- cgit v1.2.3