export taglist selector

This commit is contained in:
jessop 2020-03-10 10:08:23 -04:00
parent b2897c3cd5
commit 1dd2d4cff5
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';