Merge branch 'remove-unused-import' into 'master'

Remove unused GlModal import in delete wiki modal

See merge request gitlab-org/gitlab-ce!21677
This commit is contained in:
Mike Greiling 2018-09-11 19:50:56 +00:00
commit 67f3bf3af8
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
<script>
import _ from 'underscore';
import GlModal from '~/vue_shared/components/gl_modal.vue';
import { s__, sprintf } from '~/locale';
export default {
components: {
GlModal,
},
props: {
deleteWikiUrl: {
type: String,