plane/apps/app/components/project/index.ts
Aaryan Khandelwal 36a733cd06
style: github integration ui (#329)
* fix: ellipsis added to issue title

* feat: toolttip added

* feat: assignees tooltip added

* fix: build fix

* fix: build fix

* fix: build error

* fix: minor bugs and ux improvements

* style: github integration ui

* chore: updated .env.example file

---------

Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@caravel.tech>
2023-02-23 18:12:07 +05:30

6 lines
171 B
TypeScript

export * from "./card";
export * from "./create-project-modal";
export * from "./join-project";
export * from "./sidebar-list";
export * from "./single-integration-card";