Rewrite <Skeleton/> as FC and TS (#25055)

This commit is contained in:
たいち ひ
2023-05-23 15:58:08 +09:00
committed by GitHub
parent 711a037660
commit 8066118d1f
11 changed files with 21 additions and 20 deletions

View File

@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { Blurhash } from 'mastodon/components/blurhash';
import { accountsCountRenderer } from 'mastodon/components/hashtag';
import ShortNumber from 'mastodon/components/short_number';
import Skeleton from 'mastodon/components/skeleton';
import { Skeleton } from 'mastodon/components/skeleton';
import classNames from 'classnames';
export default class Story extends React.PureComponent {