feat: move useProjectBackground to composables

This commit is contained in:
Dominik Pschenitschni 2024-11-10 15:01:46 +01:00 committed by konrad
parent da0e110ee4
commit 44c659aa34
2 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import type {IProject} from '@/modelTypes/IProject'
import BaseButton from '@/components/base/BaseButton.vue'
import {useProjectBackground} from './useProjectBackground'
import {useProjectBackground} from '@/composables/useProjectBackground'
import {useProjectStore} from '@/stores/projects'
import {getProjectTitle} from '@/helpers/getProjectTitle'