feat: rename files with list to project
This commit is contained in:

committed by
Gitea

parent
ee732684bc
commit
b9d3b5c756
8
src/types/ProjectView.ts
Normal file
8
src/types/ProjectView.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export const LIST_VIEWS = {
|
||||
LIST: 'list',
|
||||
GANTT: 'gantt',
|
||||
TABLE: 'table',
|
||||
KANBAN: 'kanban',
|
||||
} as const
|
||||
|
||||
export type ListView = typeof LIST_VIEWS[keyof typeof LIST_VIEWS]
|
Reference in New Issue
Block a user