plane/apps/app/components/issues/select/index.ts
Aaryan Khandelwal 059b8c793a
refactor: parent issue select (#1546)
* refactor: parent issue select

* fix: sibling issues list
2023-07-18 15:36:03 +05:30

8 lines
185 B
TypeScript

export * from "./assignee";
export * from "./date";
export * from "./estimate";
export * from "./label";
export * from "./priority";
export * from "./project";
export * from "./state";