mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added register_socials to reducer
This commit is contained in:
parent
358b197c19
commit
837b4ee6f3
8 changed files with 1471 additions and 1412 deletions
|
@ -7,7 +7,7 @@ import { connectRouter, RouterState, routerMiddleware } from 'connected-react-ro
|
|||
import { createBrowserHistory } from 'history';
|
||||
import { PersistConfig, Persistor } from 'redux-persist/es/types';
|
||||
|
||||
import auth from '~/redux/auth/reducer';
|
||||
import auth from '~/redux/auth';
|
||||
import authSaga from '~/redux/auth/sagas';
|
||||
import { IAuthState } from '~/redux/auth/types';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue