feat(views): load views when navigating with link share
This commit is contained in:
@ -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]
|
Reference in New Issue
Block a user