lbry-desktop/ui/component/app
infinite-persistence 56b800cd33
Fix 'secondary.js' code coverage
## Issue
95% of `secondary.js` is unused code.
  - It was meant to reduce network overhead by chunking up files needed after bootup, and also to reduce the number of `vendor-*.js` files.
  - But it ended up accidentally grabbing everything, defeating the purpose of code-splitting.
2021-11-01 15:25:40 +08:00
..
index.js Revert "Code-split homepages" 2021-10-28 01:33:46 +08:00
view.jsx Fix 'secondary.js' code coverage 2021-11-01 15:25:40 +08:00