plane/apps/app/constants/theme.context.constants.ts

5 lines
208 B
TypeScript
Raw Normal View History

2022-11-19 14:21:26 +00:00
export const TOGGLE_SIDEBAR = "TOGGLE_SIDEBAR";
export const REHYDRATE_THEME = "REHYDRATE_THEME";
export const SET_ISSUE_VIEW = "SET_ISSUE_VIEW";
export const SET_GROUP_BY_PROPERTY = "SET_GROUP_BY_PROPERTY";