chore: clean-up
This commit is contained in:
@@ -6,7 +6,6 @@ import store from './store'
|
||||
import CoreuiVue from '@coreui/vue'
|
||||
import CIcon from '@coreui/icons-vue'
|
||||
import { iconsSet as icons } from '@/assets/icons'
|
||||
import DocsCallout from '@/components/DocsCallout'
|
||||
import DocsExample from '@/components/DocsExample'
|
||||
|
||||
const app = createApp(App)
|
||||
@@ -15,7 +14,6 @@ app.use(router)
|
||||
app.use(CoreuiVue)
|
||||
app.provide('icons', icons)
|
||||
app.component('CIcon', CIcon)
|
||||
app.component('DocsCallout', DocsCallout)
|
||||
app.component('DocsExample', DocsExample)
|
||||
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user