plane/web/components/views/index.ts
Aaryan Khandelwal bf48d93a25
fix: product tour modal bugs (#2657)
* fix: product tour

* style: product tour navigation buttons

* refactor: step logic
2023-11-06 13:06:00 +05:30

6 lines
150 B
TypeScript

export * from "./delete-view-modal";
export * from "./form";
export * from "./modal";
export * from "./view-list-item";
export * from "./views-list";