Skip to content

Commit

Permalink
build: delete import to removed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Apr 7, 2022
1 parent e580d25 commit 722d444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jelu-ui/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createApp } from 'vue'
import App from './App.vue'
import VTooltipPlugin from 'v-tooltip'
import VueSnip from 'vue-snip'
import Oruga from '@oruga-ui/oruga-next'
import SidebarMenu from 'vuejs-sidebar-menu'
import router from './router'
Expand All @@ -22,7 +21,6 @@ createApp(App)
.use(router)
.use(store, key)
.use(VTooltipPlugin)
.use(VueSnip)
.use(Oruga, {
iconPack: 'mdi',
})
Expand Down

0 comments on commit 722d444

Please sign in to comment.