Removed unused imports in ScrollableList
• Removed: - unused imports in ScrollableList
This commit is contained in:
parent
b7df605012
commit
f75570752c
|
@ -1,11 +1,8 @@
|
|||
import throttle from 'lodash.throttle'
|
||||
import { List as ImmutableList } from 'immutable'
|
||||
import { BREAKPOINT_EXTRA_SMALL } from '../constants'
|
||||
import IntersectionObserverArticle from './intersection_observer_article'
|
||||
import IntersectionObserverWrapper from '../features/ui/util/intersection_observer_wrapper'
|
||||
import Responsive from '../features/ui/util/responsive_component'
|
||||
import Block from './block'
|
||||
import Icon from './icon'
|
||||
import ColumnIndicator from './column_indicator'
|
||||
import LoadMore from './load_more'
|
||||
|
||||
|
|
Loading…
Reference in New Issue