Skip to content

Commit

Permalink
Fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Dec 12, 2023
1 parent c483c8a commit 4d78a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/EmojiUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {Emoji, HeaderEmoji, PickerEmojis} from '@assets/emojis/types';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import {FrequentlyUsedEmoji} from '@src/types/onyx';
import IconAsset from '@src/types/utils/IconAsset';
import {ReportActionReaction, UsersReactions} from '@src/types/onyx/ReportActionReactions';
import IconAsset from '@src/types/utils/IconAsset';
import {SupportedLanguage} from './EmojiTrie';

type HeaderIndice = {code: string; index: number; icon: IconAsset};
Expand Down

0 comments on commit 4d78a56

Please sign in to comment.