diff --git a/src/app/shared/common/store.ts b/src/app/shared/common/store.ts index 6b18059..5d8f444 100644 --- a/src/app/shared/common/store.ts +++ b/src/app/shared/common/store.ts @@ -2,7 +2,7 @@ import { getApolloClient } from '../../graphql/client/apollo-client'; import { createStore, combineReducers, applyMiddleware, compose } from 'redux'; import { reducer as accounts } from '@accounts/client'; import { persistStore, autoRehydrate } from 'redux-persist'; -import immutableTransform from 'redux-persist-transform-immutable'; +import * as immutableTransform from 'redux-persist-transform-immutable'; const apolloClient = getApolloClient();