Browse Source

Update thunk

LenDoc 2 years ago
parent
commit
5cfae224c1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/redux/thunk/index.js

+ 2 - 1
src/redux/thunk/index.js

@@ -20,7 +20,8 @@ import { actionFullAllGetPosts } from '../../actions'
 import { actionAddLikePostInTape } from '../reducers/feed/feedReducer'
 import{actionDeleteLikePostInTape} from '../reducers/feed/feedReducer'
 import{actionAddCommentPostInTape} from '../reducers/feed/feedReducer'
-import{actionProfilePageDataTypeUser} from '../reducers/profileUserPage/profileUserReducer'
+import { actionProfilePageDataTypeUser } from '../reducers/profileUserPage/profileUserReducer'
+import {actionClearDataUserType} from '../reducers/profileUserPage/profileUserReducer'
 //profile page about me
 export const actionFullProfilePage = (_id) => async (dispatch) => {
     const aboutMe = await dispatch(actionAboutMe(_id))