plane/apps/app/components/issues/select/index.ts
2023-02-02 15:00:35 +05:30

7 lines
159 B
TypeScript

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