[Glitch] Rewrite <LoadMore /> as FC and TS

Port fb5bf5cbf8 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
alfe
2023-06-06 18:28:50 +09:00
committed by Claire
parent c48ec9cb8c
commit 83ae40e192
7 changed files with 29 additions and 33 deletions

View File

@ -15,7 +15,7 @@ import IntersectionObserverWrapper from 'flavours/glitch/features/ui/util/inters
import { attachFullscreenListener, detachFullscreenListener, isFullscreen } from '../features/ui/util/fullscreen';
import LoadMore from './load_more';
import { LoadMore } from './load_more';
import LoadPending from './load_pending';
import LoadingIndicator from './loading_indicator';