diff --git a/src/helpers/linkShareHash.ts b/src/constants/linkShareHash.ts similarity index 100% rename from src/helpers/linkShareHash.ts rename to src/constants/linkShareHash.ts diff --git a/src/router/index.ts b/src/router/index.ts index 17e5c9f1e..cac41f124 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -7,7 +7,7 @@ import {parseDateOrString} from '@/helpers/time/parseDateOrString' import {getNextWeekDate} from '@/helpers/time/getNextWeekDate' import {setTitle} from '@/helpers/setTitle' import {getToken} from '@/helpers/auth' -import {LINK_SHARE_HASH_PREFIX} from '@/helpers/linkShareHash' +import {LINK_SHARE_HASH_PREFIX} from '@/constants/linkShareHash' import {useProjectStore} from '@/stores/projects' import {useAuthStore} from '@/stores/auth' diff --git a/src/views/sharing/LinkSharingAuth.vue b/src/views/sharing/LinkSharingAuth.vue index 98f801cd5..b48b437d8 100644 --- a/src/views/sharing/LinkSharingAuth.vue +++ b/src/views/sharing/LinkSharingAuth.vue @@ -40,7 +40,7 @@ import {useTitle} from '@vueuse/core' import Message from '@/components/misc/message.vue' import {PROJECT_VIEWS, type ProjectView} from '@/types/ProjectView' -import {LINK_SHARE_HASH_PREFIX} from '@/helpers/linkShareHash' +import {LINK_SHARE_HASH_PREFIX} from '@/constants/linkShareHash' import {useBaseStore} from '@/stores/base' import {useAuthStore} from '@/stores/auth'