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

Remove unused component

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