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

6 lines
137 B
TypeScript

export * from "./assignee";
export * from "./due-date";
export * from "./estimate";
export * from "./priority";
export * from "./state";