plane/apps/app/components/issues/comment/index.ts
Dakshesh Jain 0cc4468091
feat: issue & comment reaction (#1690)
* feat: developed reaction selector component

* feat add reaction on issue & issue comment

refactor: reaction selector component, made hooks to abstracted reaction logic & state by making custom hook

* fix: emoji.helper.tsx function

* refactor: reaction not working on inbox issue
2023-07-27 18:55:03 +05:30

4 lines
99 B
TypeScript

export * from "./add-comment";
export * from "./comment-card";
export * from "./comment-reaction";