plane/web/components/gantt-chart/chart/views/index.ts
2024-02-02 16:28:45 +05:30

8 lines
175 B
TypeScript

export * from "./bi-week";
export * from "./day";
export * from "./hours";
export * from "./month";
export * from "./quarter";
export * from "./week";
export * from "./year";