refactor: integrated global list view everywhere

This commit is contained in:
Aaryan Khandelwal 2023-02-05 16:57:37 +05:30
parent 85b7f39ed3
commit d673aedf48
24 changed files with 938 additions and 1172 deletions

View file

@ -1,5 +1,8 @@
export * from "./board-view";
export * from "./list-view";
export * from "./bulk-delete-issues-modal";
export * from "./existing-issues-list-modal";
export * from "./image-upload-modal";
export * from "./issues-filter-view";
export * from "./issues-view-filter";
export * from "./issues-view";
export * from "./not-authorized-view";