summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/renamed.vue
blob: 5c1ea59b4719992dbef13bdac7e97dbb5dc9bb5c (plain)
1
2
3
<template>
  <div class="nothing-here-block">{{ __('File moved') }}</div>
</template>