diff options
| author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2020-12-22 08:50:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 11:50:27 -0500 |
| commit | a954d6b6b88485dddc0ccfda634ffd102cb34ccd (patch) | |
| tree | 560f152dd92ccb482a2bbf6b094060525373322c /src/store/rootReducer.ts | |
| parent | 49ed044f5103cf6288fcf5b3ff6d3d720795860c (diff) | |
[TMA 446] Create category (#144)
* Added welcome page
* Working code
* Small fix
* Some more cleanup
* Fixes
* Cleanup
* Fix again
* Use gradient for white bg as well
* Fixed type
Diffstat (limited to 'src/store/rootReducer.ts')
| -rw-r--r-- | src/store/rootReducer.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store/rootReducer.ts b/src/store/rootReducer.ts index 695ed8c7..8f002de0 100644 --- a/src/store/rootReducer.ts +++ b/src/store/rootReducer.ts @@ -7,6 +7,7 @@ import { taggUsersReducer, userBlockReducer, userXReducer, + momentCategoriesReducer, } from './reducers'; /** @@ -20,6 +21,7 @@ const rootReducer = combineReducers({ socialAccounts: userSocialsReducer, taggUsers: taggUsersReducer, blocked: userBlockReducer, + momentCategories: momentCategoriesReducer, userX: userXReducer, }); |
