lbry-desktop/ui/page/receive/index.js
infinite-persistence e2176d0566
Don't connect to the Redux store when not needed.
The subscription still costs something per update cycle even when the parameters are null or empty objects.
2021-10-24 13:04:01 +08:00

3 lines
63 B
JavaScript

import ReceivePage from './view';
export default ReceivePage;