mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
20e7dc68e6
* style: update modals typography, alignment * style: made the modal separator full width * style: delete modals consistency * style: update the remaining delete modals * chore: delete modal secondary button text * style: update the remaining create modals * chore: update cancel button text * chore: created modal core * style: modals responsiveness
10 lines
363 B
TypeScript
10 lines
363 B
TypeScript
export * from "./alert-modal";
|
|
export * from "./bulk-delete-issues-modal";
|
|
export * from "./existing-issues-list-modal";
|
|
export * from "./gpt-assistant-popover";
|
|
export * from "./link-modal";
|
|
export * from "./modal-core";
|
|
export * from "./user-image-upload-modal";
|
|
export * from "./workspace-image-upload-modal";
|
|
export * from "./issue-search-modal-empty-state";
|