/** * The `LoadingPost` component shows a placeholder that looks like a post, * indicating that the post is loading. */ export default class LoadingPost extends Component { constructor(); } import Component from "../../common/Component";