forked from github/plane
df97b35a99
* refcator spreadsheet to use table and roow based approach rather than column based * update spreadsheet and optimized layout * fix issues in spread sheet * close quick action menu on click --------- Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
12 lines
418 B
TypeScript
12 lines
418 B
TypeScript
export * from "./assignee-column";
|
|
export * from "./attachment-column";
|
|
export * from "./created-on-column";
|
|
export * from "./due-date-column";
|
|
export * from "./estimate-column";
|
|
export * from "./label-column";
|
|
export * from "./link-column";
|
|
export * from "./priority-column";
|
|
export * from "./start-date-column";
|
|
export * from "./state-column";
|
|
export * from "./sub-issue-column";
|
|
export * from "./updated-on-column"; |