0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components/views/index.ts
Aaryan Khandelwal bf48d93a25
fix: product tour modal bugs ()
* 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";