refactor: issues folder structure

This commit is contained in:
Aaryan Khandelwal 2023-02-02 15:00:35 +05:30
parent 7e92efee23
commit 8b1bf53831
44 changed files with 249 additions and 324 deletions

View file

@ -1,5 +1,13 @@
export * from "./list-item";
export * from "./board-view";
export * from "./comment";
export * from "./activity";
export * from "./delete-issue-modal";
export * from "./description-form";
export * from "./sub-issue-list";
export * from "./form";
export * from "./list-view";
export * from "./modal";
export * from "./my-issues-list-item";
export * from "./parent-issues-list-modal";
export * from "./sidebar";
export * from "./sub-issues-list";
export * from "./sub-issues-list-modal";