1
0

feat(components): align component name casing card

This commit is contained in:
Dominik Pschenitschni
2024-06-15 14:24:26 +02:00
committed by konrad
parent f8f05acc2d
commit d1d85b43f1
6 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import type { Notifications } from '@kyvg/vue3-notification'
import type { FontAwesomeIcon as FontAwesomeIconFixedTypes } from './vue-fontawesome'
import type XButton from '@/components/input/button.vue'
import type Modal from '@/components/misc/modal.vue'
import type Card from '@/components/misc/card.vue'
import type Card from '@/components/misc/Card.vue'
// Here we define globally imported components
// See: