1
0

chore: cleanup namespace leftovers

This commit is contained in:
kolaente
2023-03-27 13:34:32 +02:00
parent 749dcdcd70
commit 2e336150e0
3 changed files with 7 additions and 175 deletions

View File

@ -17,8 +17,6 @@ import {useBaseStore} from '@/stores/base'
const {add, remove, search, update} = createNewIndexer('projects', ['title', 'description'])
const FavoriteProjectsNamespace = -2
export interface ProjectState {
[id: IProject['id']]: IProject
}