1
0

fix: lint

This commit is contained in:
kolaente
2024-03-19 16:33:23 +01:00
parent f18fcc5569
commit 5e9edef3b3
3 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,3 @@
import router from '@/router'
import type {IProject} from '@/modelTypes/IProject'
export type ProjectViewSettings = Record<IProject['id'], number>