/** * The `PostEdited` component displays information about when and by whom a post * was edited. * * ### Attrs * * - `post` */ export default class PostEdited extends Component { constructor(); } import Component from "../../common/Component";