forked from github/plane
1bd38ad4c7
* chore: add file size limit as config in the config api * refactor: image upload modals --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
7 lines
250 B
TypeScript
7 lines
250 B
TypeScript
export * from "./bulk-delete-issues-modal";
|
|
export * from "./existing-issues-list-modal";
|
|
export * from "./gpt-assistant-modal";
|
|
export * from "./link-modal";
|
|
export * from "./user-image-upload-modal";
|
|
export * from "./workspace-image-upload-modal";
|