feat: Redux store persist gate.

This commit is contained in:
Ahmed Bouhuolia
2020-11-24 11:21:42 +02:00
parent 4133d4dc41
commit 7ec3c0f9d7
4 changed files with 39 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
import React from 'react';
import { Intent } from '@blueprintjs/core';
import store from 'store/createStore';
import { store } from 'store/createStore';
import { logout } from 'store/authentication/authentication.actions';
import AppToaster from 'components/AppToaster';
import { FormattedMessage as T, useIntl } from 'react-intl';