import mrWidgetAuthorTime from '../../components/mr_widget_author_time'; import statusIcon from '../mr_widget_status_icon'; export default { name: 'MRWidgetClosed', props: { mr: { type: Object, required: true }, }, components: { 'mr-widget-author-and-time': mrWidgetAuthorTime, statusIcon, }, template: `

The changes were not merged into {{mr.targetBranch}}

`, };