export taglist selector #285

Merged
jessopb merged 1 commit from tagsAnalytics into master 2020-03-10 15:09:32 +01:00
2 changed files with 2 additions and 0 deletions

1
dist/bundle.es.js vendored
View file

@ -6345,6 +6345,7 @@ exports.selectFileListPublishedSort = selectFileListPublishedSort;
exports.selectFilteredTransactionCount = selectFilteredTransactionCount;
exports.selectFilteredTransactions = selectFilteredTransactions;
exports.selectFollowedTags = selectFollowedTags;
exports.selectFollowedTagsList = selectFollowedTagsList;
exports.selectGettingNewAddress = selectGettingNewAddress;
exports.selectHasTransactions = selectHasTransactions;
exports.selectIsFetchingClaimListMine = selectIsFetchingClaimListMine;

View file

@ -333,6 +333,7 @@ export {
export {
selectFollowedTags,
selectFollowedTagsList,
selectUnfollowedTags,
makeSelectIsFollowingTag,
} from 'redux/selectors/tags';