mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
5 lines
208 B
TypeScript
5 lines
208 B
TypeScript
|
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";
|