diff --git a/client/src/redux/store.js b/client/src/redux/store.js index b83b80ffa..ae8a328d2 100644 --- a/client/src/redux/store.js +++ b/client/src/redux/store.js @@ -1,12 +1,6 @@ import { configureStore } from '@reduxjs/toolkit'; import { persistStore, - FLUSH, - REHYDRATE, - PAUSE, - PERSIST, - PURGE, - REGISTER } from "redux-persist"; import { createLogger } from "redux-logger"; import createSagaMiddleware from "redux-saga";