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 29f3e02adc
refactor: project estimates store ()
* refactor: remove estimates from project store

* chore: update all the instances of the old store

* chore: update store declaration structure
2023-11-20 15:58:40 +05:30

6 lines
196 B
TypeScript

export * from "./create-update-estimate-modal";
export * from "./delete-estimate-modal";
export * from "./estimate-list-item";
export * from "./estimate-select";
export * from "./estimates-list";