Rewrite <TimelineHint /> as FC and TS (#25091)

This commit is contained in:
たいち ひ
2023-05-23 17:04:10 +09:00
committed by GitHub
parent 2877c80dbc
commit 9a472efe7c
5 changed files with 30 additions and 21 deletions

View File

@ -17,7 +17,7 @@ import Column from '../ui/components/column';
import HeaderContainer from '../account_timeline/containers/header_container';
import ColumnBackButton from '../../components/column_back_button';
import ScrollableList from '../../components/scrollable_list';
import TimelineHint from 'mastodon/components/timeline_hint';
import { TimelineHint } from 'mastodon/components/timeline_hint';
import LimitedAccountHint from '../account_timeline/components/limited_account_hint';
import { getAccountHidden } from 'mastodon/selectors';
import { normalizeForLookup } from 'mastodon/reducers/accounts_map';