Remove unused import

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-24 00:07:54 +02:00
commit 796372adf3
2 changed files with 1 additions and 4 deletions

View file

@ -2,7 +2,6 @@ import { library } from '@fortawesome/fontawesome-svg-core'
import { faChevronRight } from '@fortawesome/free-solid-svg-icons'
import { mapState } from 'vuex'
import DialogModal from '../dialog_modal/dialog_modal.vue'
import Popover from '../popover/popover.vue'
library.add(faChevronRight)
@ -15,7 +14,6 @@ const StatusBookmarkFolderMenu = {
return {}
},
components: {
DialogModal,
Popover
},
computed: {