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

Port 7336f3648b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
たいち ひ
2023-05-24 16:20:39 +09:00
committed by Claire
parent 0e7466717f
commit 017fbc7a74
4 changed files with 38 additions and 39 deletions

View File

@ -8,7 +8,7 @@ import { debounce } from 'lodash';
import RegenerationIndicator from 'flavours/glitch/components/regeneration_indicator';
import StatusContainer from 'flavours/glitch/containers/status_container';
import LoadGap from './load_gap';
import { LoadGap } from './load_gap';
import ScrollableList from './scrollable_list';
export default class StatusList extends ImmutablePureComponent {