Skip to content

Commit

Permalink
removed un used drag-verify component
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjohnson97 committed Jan 21, 2024
1 parent 509cc9e commit 7e5aa52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
import FloatingVue from 'floating-vue'
import { createPinia } from 'pinia'
import { createApp } from 'vue'
import dragVerify from 'vue-drag-verify'
import VueVirtualScroller from 'vue-virtual-scroller'

import App from './App.vue'
Expand All @@ -22,6 +21,5 @@ loadFonts()

const app = createApp(App)
app.component('FontAwesomeIcon', FontAwesomeIcon)
app.component('DragVerify', dragVerify)
app.use(router).use(vuetify).use(createPinia()).use(FloatingVue).use(VueVirtualScroller)
app.mount('#app')

0 comments on commit 7e5aa52

Please sign in to comment.