1
0

feat(views): load views when navigating with link share

This commit is contained in:
kolaente
2024-03-16 12:31:10 +01:00
parent 4170f5468f
commit a3714c74fd
4 changed files with 21 additions and 31 deletions

View File

@ -1,8 +0,0 @@
export const PROJECT_VIEWS = {
LIST: 'list',
GANTT: 'gantt',
TABLE: 'table',
KANBAN: 'kanban',
} as const
export type ProjectView = typeof PROJECT_VIEWS[keyof typeof PROJECT_VIEWS]