mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed self import
This commit is contained in:
parent
9ac329ca64
commit
20bb0ec13b
1 changed files with 1 additions and 3 deletions
|
@ -3,10 +3,9 @@ import { createStore, applyMiddleware, combineReducers, compose, Store } from "r
|
||||||
import { persistStore, persistReducer } from "redux-persist";
|
import { persistStore, persistReducer } from "redux-persist";
|
||||||
import storage from "redux-persist/lib/storage";
|
import storage from "redux-persist/lib/storage";
|
||||||
import createSagaMiddleware from "redux-saga";
|
import createSagaMiddleware from "redux-saga";
|
||||||
import { connectRouter, RouterState } from "connected-react-router";
|
import { connectRouter, RouterState, routerMiddleware } from "connected-react-router";
|
||||||
import { createBrowserHistory } from "history";
|
import { createBrowserHistory } from "history";
|
||||||
import { PersistConfig, Persistor } from "redux-persist/es/types";
|
import { PersistConfig, Persistor } from "redux-persist/es/types";
|
||||||
import { routerMiddleware } from "connected-react-router";
|
|
||||||
|
|
||||||
import authReducer from "~/redux/auth/reducer";
|
import authReducer from "~/redux/auth/reducer";
|
||||||
import authSaga from "~/redux/auth/sagas";
|
import authSaga from "~/redux/auth/sagas";
|
||||||
|
@ -20,7 +19,6 @@ import uploadSaga from "~/redux/uploads/sagas";
|
||||||
import { IAuthState } from "~/redux/auth/types";
|
import { IAuthState } from "~/redux/auth/types";
|
||||||
|
|
||||||
import modalReducer, { IModalState } from "~/redux/modal/reducer";
|
import modalReducer, { IModalState } from "~/redux/modal/reducer";
|
||||||
import { IState } from "~/redux/store";
|
|
||||||
|
|
||||||
const authPersistConfig: PersistConfig = {
|
const authPersistConfig: PersistConfig = {
|
||||||
key: "auth",
|
key: "auth",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue