chore: move Modal to misc folder #1834

Merged
konrad merged 1 commits from dpschen/frontend:feature/chore-move-modal-to-misc into main 2022-04-18 17:04:11 +00:00
2 changed files with 1 additions and 1 deletions

View File

@ -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)