Add ability to follow hashtags in web UI (#18862)
This commit is contained in:
parent
76ff452306
commit
9608e720a4
4 changed files with 188 additions and 18 deletions
|
@ -39,6 +39,7 @@ import markers from './markers';
|
|||
import picture_in_picture from './picture_in_picture';
|
||||
import accounts_map from './accounts_map';
|
||||
import history from './history';
|
||||
import tags from './tags';
|
||||
|
||||
const reducers = {
|
||||
announcements,
|
||||
|
@ -81,6 +82,7 @@ const reducers = {
|
|||
markers,
|
||||
picture_in_picture,
|
||||
history,
|
||||
tags,
|
||||
};
|
||||
|
||||
export default combineReducers(reducers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue