lbry-desktop/ui/page/swap/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
57 B
JavaScript

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