[Glitch] Rewrite <Skeleton/> as FC and TS
				
					
				
			Port 8066118d1f to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		| @@ -8,7 +8,7 @@ import LinkFooter from 'flavours/glitch/features/ui/components/link_footer'; | ||||
| import { Helmet } from 'react-helmet'; | ||||
| import { fetchServer, fetchExtendedDescription, fetchDomainBlocks } from 'flavours/glitch/actions/server'; | ||||
| import Account from 'flavours/glitch/containers/account_container'; | ||||
| import Skeleton from 'flavours/glitch/components/skeleton'; | ||||
| import { Skeleton } from 'flavours/glitch/components/skeleton'; | ||||
| import { Icon } from 'flavours/glitch/components/icon'; | ||||
| import classNames from 'classnames'; | ||||
| import { ServerHeroImage } from 'flavours/glitch/components/server_hero_image'; | ||||
|   | ||||
| @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; | ||||
| import { Blurhash } from 'flavours/glitch/components/blurhash'; | ||||
| import { accountsCountRenderer } from 'flavours/glitch/components/hashtag'; | ||||
| import ShortNumber from 'flavours/glitch/components/short_number'; | ||||
| import Skeleton from 'flavours/glitch/components/skeleton'; | ||||
| import { Skeleton } from 'flavours/glitch/components/skeleton'; | ||||
| import classNames from 'classnames'; | ||||
|  | ||||
| export default class Story extends React.PureComponent { | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import { Helmet } from 'react-helmet'; | ||||
| import { FormattedMessage, FormattedDate, injectIntl, defineMessages } from 'react-intl'; | ||||
| import Column from 'flavours/glitch/components/column'; | ||||
| import api from 'flavours/glitch/api'; | ||||
| import Skeleton from 'flavours/glitch/components/skeleton'; | ||||
| import { Skeleton } from 'flavours/glitch/components/skeleton'; | ||||
|  | ||||
| const messages = defineMessages({ | ||||
|   title: { id: 'privacy_policy.title', defaultMessage: 'Privacy Policy' }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user