/** * The `PostPreview` component shows a link to a post containing the avatar and * username of the author, and a short excerpt of the post's content. * * ### Attrs * * - `post` */ export default class PostPreview extends Component { constructor(); } import Component from "../../common/Component";