bb-plane-fork/packages/ui/src/modals/index.ts
Aaryan Khandelwal 244986554c
chore: move modal core components to the UI package (#4794)
* chore: move modal core components to the UI package

* fix: build errors
2024-06-14 17:12:39 +05:30

3 lines
90 B
TypeScript

export * from "./alert-modal";
export * from "./constants";
export * from "./modal-core";