Commit 5fdb0060 authored by Mark Florian's avatar Mark Florian

Remove unused component

parent f1153dd6
<script>
import { mapGetters, mapActions } from 'vuex';
import { GlDropdown, GlDropdownItem, GlSearchBox } from '@gitlab/ui';
import { GlDropdown, GlSearchBox } from '@gitlab/ui';
import Icon from '~/vue_shared/components/icon.vue';
export default {
components: {
GlDropdown,
GlDropdownItem,
GlSearchBox,
Icon,
},
......
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