Skip to content

Commit

Permalink
remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Jul 19, 2023
1 parent 1111fd6 commit 43dbc1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/reactions/reaction.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export type ReactionEntry = [string, ReactionType];
export type IconReactionEntry = [string, RenderedReaction];
export type IconReactionMap = Map<string, RenderedReaction>;
export type ConfettiReactionEntry = [string, ConfettiReaction];
export type ClearReactionEntry = [string, ClearReactionEntry];

type CommonReactionData = {
reaction: ReactionType;
Expand Down

0 comments on commit 43dbc1e

Please sign in to comment.