From 49733b71ab8246dc63ab5af922e62cecb460e918 Mon Sep 17 00:00:00 2001 From: Sam Joe Chalissery Date: Tue, 12 Nov 2024 18:58:10 +0530 Subject: [PATCH] Edits to preserve alphabetical sorting --- react/features/reactions/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/reactions/constants.ts b/react/features/reactions/constants.ts index fcf42d910fde..e968556863a8 100644 --- a/react/features/reactions/constants.ts +++ b/react/features/reactions/constants.ts @@ -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'; /**