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

committed by
konrad

parent
0e8d5b21aa
commit
330f7b8fa2
@ -45,7 +45,7 @@ import {computed, onBeforeMount, ref} from 'vue'
|
||||
import {useI18n} from 'vue-i18n'
|
||||
import {useRouter} from 'vue-router'
|
||||
|
||||
import CreateEdit from '@/components/misc/create-edit.vue'
|
||||
import CreateEdit from '@/components/misc/CreateEdit.vue'
|
||||
import ColorPicker from '@/components/input/ColorPicker.vue'
|
||||
|
||||
import LabelModel from '@/models/label'
|
||||
|
Reference in New Issue
Block a user