[WEB-5390] refactor: gantt layout support in base layouts (#8089)
This commit is contained in:
parent
a04d3b5c29
commit
cbfdcd5638
20 changed files with 442 additions and 41 deletions
3
apps/web/ee/hooks/use-timeline-chart.ts
Normal file
3
apps/web/ee/hooks/use-timeline-chart.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// For now, just re-export from CE
|
||||
// In the future, you can extend the timeline store mapping here for EE-specific timeline types
|
||||
export * from "ce/hooks/use-timeline-chart";
|
||||
Loading…
Add table
Add a link
Reference in a new issue