feat(components): align component name casing Button
This commit is contained in:
2
frontend/src/types/global-components.d.ts
vendored
2
frontend/src/types/global-components.d.ts
vendored
@ -2,7 +2,7 @@ import type { FunctionalComponent } from 'vue'
|
||||
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 XButton from '@/components/input/Button.vue'
|
||||
import type Modal from '@/components/misc/modal.vue'
|
||||
import type Card from '@/components/misc/Card.vue'
|
||||
|
||||
|
Reference in New Issue
Block a user