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

@ -187,7 +187,7 @@ import AttachmentModel from '@/models/attachment'
import AttachmentService from '@/services/attachment'
import {useI18n} from 'vue-i18n'
import BaseButton from '@/components/base/BaseButton.vue'
import XButton from '@/components/input/button.vue'
import XButton from '@/components/input/Button.vue'
import {Placeholder} from '@tiptap/extension-placeholder'
import {eventToHotkeyString} from '@github/hotkey'
import {Extension, mergeAttributes} from '@tiptap/core'