Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tienifr/App into fix/30274
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Nov 6, 2023
2 parents cb852e2 + a13b7fd commit 3b855b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/fontFamily/multiFontFamily.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import getOperatingSystem from '@libs/getOperatingSystem';
import CONST from '@src/CONST';
import {multiBold} from './bold';
import FontFamilyStyles from './types';
import CONST from '../../CONST';
import getOperatingSystem from '../../libs/getOperatingSystem';

// 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 3b855b3

Please sign in to comment.