plane/app/components/issues/select/index.ts
sriram veeraghanta 1538b99a28 removing trubo
2023-04-21 19:30:36 -04:00

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";