Rewrite <LoadMore />
as FC and TS (#25259)
This commit is contained in:
parent
50a8f5b8a7
commit
fb5bf5cbf8
7 changed files with 29 additions and 33 deletions
|
@ -15,7 +15,7 @@ import IntersectionObserverArticleContainer from '../containers/intersection_obs
|
|||
import { attachFullscreenListener, detachFullscreenListener, isFullscreen } from '../features/ui/util/fullscreen';
|
||||
import IntersectionObserverWrapper from '../features/ui/util/intersection_observer_wrapper';
|
||||
|
||||
import LoadMore from './load_more';
|
||||
import { LoadMore } from './load_more';
|
||||
import LoadPending from './load_pending';
|
||||
import LoadingIndicator from './loading_indicator';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue