Added user redux for updating profile/credentials

• Added:
- user redux for updating profile/credentials
This commit is contained in:
mgabdev
2020-07-14 18:44:42 -05:00
parent 3f434d6b7c
commit f8d2b4845d
3 changed files with 79 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ import status_revisions from './status_revisions'
import suggestions from './suggestions'
import tenor from './tenor'
import timelines from './timelines'
import user from './user'
import user_lists from './user_lists'
const reducers = {
@@ -78,6 +79,7 @@ const reducers = {
suggestions,
tenor,
timelines,
user,
user_lists,
}