feat: move useProjectBackground to composables
This commit is contained in:
parent
da0e110ee4
commit
44c659aa34
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue