[WEB-5390] refactor: gantt layout support in base layouts (#8089)

This commit is contained in:
Jayash Tripathy 2025-11-13 14:33:24 +05:30 committed by GitHub
parent a04d3b5c29
commit cbfdcd5638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 442 additions and 41 deletions

View 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";