Skip to content

Commit

Permalink
Prettier wanted import order changed?
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Nov 6, 2023
1 parent 8c8448a commit 374e876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/fontFamily/multiFontFamily.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CONST from'@src/CONST'
import getOperatingSystem from '@libs/getOperatingSystem'
import FontFamilyStyles from './types';
import getOperatingSystem from '@libs/getOperatingSystem';
import CONST from '@src/CONST';
import {multiBold} from './bold';
import FontFamilyStyles from './types';

// In windows and ubuntu, we need some extra system fonts for emojis to work properly
// otherwise few of them will appear as black and white
Expand Down

0 comments on commit 374e876

Please sign in to comment.