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

@ -12,7 +12,7 @@ import ColumnBackButton from '../../components/column_back_button';
import { List as ImmutableList } from 'immutable';
import ImmutablePureComponent from 'react-immutable-pure-component';
import { FormattedMessage } from 'react-intl';
import TimelineHint from 'mastodon/components/timeline_hint';
import { TimelineHint } from 'mastodon/components/timeline_hint';
import { me } from 'mastodon/initial_state';
import LimitedAccountHint from './components/limited_account_hint';
import { getAccountHidden } from 'mastodon/selectors';