chore: move Modal to misc folder (#1834)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1834 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
de1af55baa
commit
f19221cb10
2 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ app.directive('cy', cypress)
|
|||
// global components
|
||||
import FontAwesomeIcon from './icons'
|
||||
import Button from '@/components/input/button.vue'
|
||||
import Modal from '@/components/modal/modal.vue'
|
||||
import Modal from '@/components/misc/modal.vue'
|
||||
import Card from '@/components/misc/card.vue'
|
||||
|
||||
app.component('icon', FontAwesomeIcon)
|
||||
|
|
Loading…
Reference in a new issue