plane/web/components/views/index.ts
Aaryan Khandelwal 490e032ac6
style: new avatar and avatar group components (#2584)
* style: new avatar components

* chore: bug fixes

* chore: add pixel to size

* chore: add comments to helper functions

* fix: build errors
2023-11-01 15:24:11 +05:30

7 lines
189 B
TypeScript

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