plane/app/components/issues/view-select/index.ts

6 lines
137 B
TypeScript
Raw Normal View History

2023-04-21 23:30:36 +00:00
export * from "./assignee";
export * from "./due-date";
export * from "./estimate";
export * from "./priority";
export * from "./state";