import { Card } from '@automattic/components'; import { PureComponent } from 'react'; class PostPlaceholder extends PureComponent { render() { /* eslint-disable wpcalypso/jsx-classname-namespace */ return (

Loading interesting posts…

Loading Sites

10 min

Please wait while we grab all the interesting posts, photos, videos and more to show you in Reader. It shouldn’t take long.

); /* eslint-enable wpcalypso/jsx-classname-namespace */ } } export default PostPlaceholder;