feat(components): align component name casing Modal
This commit is contained in:
2
frontend/src/types/global-components.d.ts
vendored
2
frontend/src/types/global-components.d.ts
vendored
@ -3,7 +3,7 @@ import type { Notifications } from '@kyvg/vue3-notification'
|
||||
// import FontAwesomeIcon from '@/components/misc/Icon'
|
||||
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 Modal from '@/components/misc/Modal.vue'
|
||||
import type Card from '@/components/misc/Card.vue'
|
||||
|
||||
// Here we define globally imported components
|
||||
|
Reference in New Issue
Block a user