Skip to content

Commit

Permalink
Edits to preserve alphabetical sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRain committed Nov 12, 2024
1 parent 3c253ca commit 49733b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/features/reactions/constants.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {
BOO_SOUND_FILES,
CLAP_SOUND_FILES,
HEART_SOUND_FILES,
LAUGH_SOUND_FILES,
LIKE_SOUND_FILES,
SILENCE_SOUND_FILES,
SURPRISE_SOUND_FILES,
HEART_SOUND_FILES
SURPRISE_SOUND_FILES
} from './sounds';

/**
Expand Down

0 comments on commit 49733b7

Please sign in to comment.