plane/apps/app/components/issues/select/index.ts
Kunal Vishwakarma 95fe4a3831
feat: added estimates (#721)
* feat: added estimates

* chore: added estimate to issue sidebar
2023-04-06 15:09:24 +05:30

9 lines
210 B
TypeScript

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