Fixed issues with missing or unused imports

• Fixed:
- issues with missing or unused imports
This commit is contained in:
mgabdev
2020-11-06 23:39:17 -06:00
parent 64ea4c5675
commit 2753a4fe6c
2 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import {
GroupsPanel,
LinkFooter,
ListsPanel,
TrendsPanel,
TrendsBreakingPanel,
UserSuggestionsPanel,
ProPanel,
ShopPanel,
@@ -85,7 +85,7 @@ class HomePage extends React.PureComponent {
UserPanel,
ProgressPanel,
<WrappedBundle component={ProPanel} componentParams={{ isPro: isPro }} />,
TrendsPanel,
TrendsBreakingPanel,
<WrappedBundle component={ShopPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />,
<WrappedBundle component={ListsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />,
<WrappedBundle component={UserSuggestionsPanel} componentParams={{ isLazy: true, shouldLoad: lazyLoaded }} />,