export added selectors
This commit is contained in:
parent
79e41150b9
commit
f0edb11ac1
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,7 @@ export {
|
|||
makeSelectPendingByUri,
|
||||
makeSelectClaimsInChannelForCurrentPageState,
|
||||
makeSelectShortUrlForUri,
|
||||
makeSelectSupportsForUri,
|
||||
selectPendingById,
|
||||
selectClaimsById,
|
||||
selectClaimsByUri,
|
||||
|
@ -245,6 +246,7 @@ export {
|
|||
selectTotalBalance,
|
||||
selectTransactionsById,
|
||||
selectSupportsByOutpoint,
|
||||
selectTotalSupports,
|
||||
selectTransactionItems,
|
||||
selectRecentTransactions,
|
||||
selectHasTransactions,
|
||||
|
|
Loading…
Reference in a new issue