mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
a048e513b7
* chore: spreadsheet view context * chore: spreadsheet context provider * chore: spreadsheet view context * chore: display filters and properties added in workspace view and code refactor * fix: build error fix * chore: set sub-issue display option to false for global views --------- Co-authored-by: gurusainath <gurusainath007@gmail.com>
14 lines
485 B
TypeScript
14 lines
485 B
TypeScript
export * from "./assignee-column";
|
|
export * from "./created-on-column";
|
|
export * from "./due-date-column";
|
|
export * from "./estimate-column";
|
|
export * from "./issue-column";
|
|
export * from "./label-column";
|
|
export * from "./priority-column";
|
|
export * from "./start-date-column";
|
|
export * from "./state-column";
|
|
export * from "./updated-on-column";
|
|
export * from "./spreadsheet-view";
|
|
export * from "./issue-column/issue-column";
|
|
export * from "./issue-column/spreadsheet-issue-column";
|