diff --git a/frontend/src/components/sharing/linkSharing.vue b/frontend/src/components/sharing/LinkSharing.vue similarity index 100% rename from frontend/src/components/sharing/linkSharing.vue rename to frontend/src/components/sharing/LinkSharing.vue diff --git a/frontend/src/views/project/settings/share.vue b/frontend/src/views/project/settings/share.vue index 10f0740c6..9cbe3adf4 100644 --- a/frontend/src/views/project/settings/share.vue +++ b/frontend/src/views/project/settings/share.vue @@ -42,7 +42,7 @@ import type {IProject} from '@/modelTypes/IProject' import {RIGHTS} from '@/constants/rights' 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 {useBaseStore} from '@/stores/base'