Commit c8dc987e authored by Lukas Eipert's avatar Lukas Eipert

Remove icon import from collapsible_sidebar

The collapsible sidebar is not utilizing the icon component at all.
During a refactor it was removed in
9fe79221, but due to a usage of the
dynamic component `<component>`, eslint doesn't complain.
parent fed11bcc
<script> <script>
import { mapActions, mapState } from 'vuex'; import { mapActions, mapState } from 'vuex';
import tooltip from '~/vue_shared/directives/tooltip'; import tooltip from '~/vue_shared/directives/tooltip';
import Icon from '~/vue_shared/components/icon.vue';
import IdeSidebarNav from '../ide_sidebar_nav.vue'; import IdeSidebarNav from '../ide_sidebar_nav.vue';
export default { export default {
...@@ -10,7 +9,6 @@ export default { ...@@ -10,7 +9,6 @@ export default {
tooltip, tooltip,
}, },
components: { components: {
Icon,
IdeSidebarNav, IdeSidebarNav,
}, },
props: { props: {
......
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