Remove unused import
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
4930aabe79
commit
796372adf3
2 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue