cosmos-explorer/src/global-components.js

5 lines
140 B
JavaScript
Raw Normal View History

2021-07-21 14:07:38 +00:00
import Vue from 'vue'
import FeatherIcon from '@core/components/feather-icon/FeatherIcon.vue'
Vue.component(FeatherIcon.name, FeatherIcon)