0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components/estimates/index.ts
Aaryan Khandelwal a49f00bd39
chore: refactor and beautify issue properties ()
* chore: update all issue property components

* style: issue properties
2023-10-25 19:47:58 +05:30

5 lines
159 B
TypeScript

export * from "./create-update-estimate-modal";
export * from "./delete-estimate-modal";
export * from "./estimate-select";
export * from "./single-estimate";