lbry-desktop/ui/component/blockList/index.js
infinite-persistence d4e8acb7e7
Refactored blocklists into BlockList; no functional change
Reason:
- With each list (Personal, Admin, Mod, Muted), there's a bunch of useEffects and variables needed to handle the state. All of them are doing 99% similar things.
2021-09-11 09:33:27 +08:00

2 lines
58 B
JavaScript

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