import statusIcon from '../mr_widget_status_icon'; export default { name: 'MRWidgetSHAMismatch', components: { statusIcon, }, template: `
The source branch HEAD has recently changed. Please reload the page and review the changes before merging
`, };