chore: clean-up

This commit is contained in:
Łukasz Holeczek
2022-11-25 14:48:04 +01:00
parent 11c868374a
commit c7e0ce80ab
30 changed files with 1 additions and 139 deletions
-2
View File
@@ -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')