plane/apps/app/components/issues/select/index.ts
2023-03-02 12:33:12 +05:30

8 lines
183 B
TypeScript

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