Rewrite <TimelineHint />
as FC and TS (#25091)
This commit is contained in:
parent
2877c80dbc
commit
9a472efe7c
5 changed files with 30 additions and 21 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue