Commit 67f3bf3a authored by Mike Greiling's avatar Mike Greiling

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

Remove unused GlModal import in delete wiki modal

See merge request gitlab-org/gitlab-ce!21677
parents e91dc8f4 eb143aec
<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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment