mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
b40059ea21
refactor: divided file into components
11 lines
353 B
TypeScript
11 lines
353 B
TypeScript
export * from "./web-view-modal";
|
|
export * from "./select-state";
|
|
export * from "./select-priority";
|
|
export * from "./issue-web-view-form";
|
|
export * from "./label";
|
|
export * from "./sub-issues";
|
|
export * from "./issue-attachments";
|
|
export * from "./issue-properties-detail";
|
|
export * from "./issue-link-list";
|
|
export * from "./create-update-link-form";
|