Fixed issues with missing or unused imports
• Fixed: - issues with missing or unused imports
This commit is contained in:
@@ -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 }} />,
|
||||
|
||||
Reference in New Issue
Block a user