Remove unused import
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
4930aabe79
commit
796372adf3
|
@ -132,6 +132,5 @@
|
|||
"engines": {
|
||||
"node": ">= 16.0.0",
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue