feat(components): align component name casing card
This commit is contained in:

committed by
konrad

parent
f8f05acc2d
commit
d1d85b43f1
2
frontend/src/types/global-components.d.ts
vendored
2
frontend/src/types/global-components.d.ts
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user