Commit e28afd22 authored by matejlatin's avatar matejlatin

Removed the unnecessary icon component

parent 07f95e7e
<script> <script>
import { GlTooltipDirective, GlButton, GlIcon } from '@gitlab/ui'; import { GlTooltipDirective, GlButton } from '@gitlab/ui';
export default { export default {
name: 'ReplyButton', name: 'ReplyButton',
components: { components: {
GlIcon,
GlButton, GlButton,
}, },
directives: { directives: {
......
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