0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components/views/index.ts

7 lines
187 B
TypeScript
Raw Normal View History

2023-03-15 05:30:05 +00:00
export * from "./delete-view-modal";
export * from "./form";
export * from "./gantt-chart";
2023-03-15 05:30:05 +00:00
export * from "./modal";
export * from "./select-filters";
export * from "./single-view-item";