1
0

feat(components): align component name casing Button

This commit is contained in:
Dominik Pschenitschni
2024-05-23 14:44:27 +02:00
parent f939328531
commit b98280c954
10 changed files with 9 additions and 9 deletions

View File

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