1
0

feat(components): align component name casing Nothing

This commit is contained in:
Dominik Pschenitschni
2024-06-15 16:47:16 +02:00
parent 8e8846454c
commit f939328531
3 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ import type {ITeam} from '@/modelTypes/ITeam'
import {RIGHTS} from '@/constants/rights'
import Multiselect from '@/components/input/Multiselect.vue'
import Nothing from '@/components/misc/nothing.vue'
import Nothing from '@/components/misc/Nothing.vue'
import {success} from '@/message'
import {useAuthStore} from '@/stores/auth'
import {useConfigStore} from '@/stores/config'