1
0

feat(components): align component name casing UserTeam

This commit is contained in:
Dominik Pschenitschni 2024-06-15 22:02:15 +02:00
parent d7fe8c2fab
commit 920f8f0c5a
No known key found for this signature in database
GPG Key ID: B257AC0149F43A77
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import {RIGHTS} from '@/constants/rights'
import CreateEdit from '@/components/misc/CreateEdit.vue' import CreateEdit from '@/components/misc/CreateEdit.vue'
import LinkSharing from '@/components/sharing/LinkSharing.vue' import LinkSharing from '@/components/sharing/LinkSharing.vue'
import userTeam from '@/components/sharing/userTeam.vue' import userTeam from '@/components/sharing/UserTeam.vue'
import {useBaseStore} from '@/stores/base' import {useBaseStore} from '@/stores/base'
import {useConfigStore} from '@/stores/config' import {useConfigStore} from '@/stores/config'