chore: move const

This commit is contained in:
kolaente 2023-04-01 15:17:09 +02:00
parent 06a1ff6f4b
commit 0ce150af23
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
3 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'