mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
cd5e5b96da
* feat: init mobx and issue filter * feat: Implemented list and kanban views in plane space and integrated mobx. * feat: updated store type check
6 lines
256 B
TypeScript
6 lines
256 B
TypeScript
export * from "./issue-group/backlog-state-icon";
|
|
export * from "./issue-group/unstarted-state-icon";
|
|
export * from "./issue-group/started-state-icon";
|
|
export * from "./issue-group/completed-state-icon";
|
|
export * from "./issue-group/cancelled-state-icon";
|