plane/web/components/gantt-chart/chart/views/index.ts

8 lines
175 B
TypeScript
Raw Normal View History

2024-02-02 10:58:45 +00:00
export * from "./bi-week";
export * from "./day";
export * from "./hours";
export * from "./month";
export * from "./quarter";
export * from "./week";
export * from "./year";