Rewrite <LoadMore /> as FC and TS (#25259)

This commit is contained in:
alfe
2023-06-06 18:28:50 +09:00
committed by GitHub
parent 50a8f5b8a7
commit fb5bf5cbf8
7 changed files with 29 additions and 33 deletions

View File

@ -11,7 +11,7 @@ import { connect } from 'react-redux';
import { expandSearch } from 'mastodon/actions/search';
import { ImmutableHashtag as Hashtag } from 'mastodon/components/hashtag';
import LoadMore from 'mastodon/components/load_more';
import { LoadMore } from 'mastodon/components/load_more';
import LoadingIndicator from 'mastodon/components/loading_indicator';
import Account from 'mastodon/containers/account_container';
import Status from 'mastodon/containers/status_container';