mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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.
2 lines
58 B
JavaScript
2 lines
58 B
JavaScript
import BlockList from './view';
|
|
export default BlockList;
|