Skip to content

Commit

Permalink
Merge pull request Expensify#30899 from Expensify/beaman-fixLint
Browse files Browse the repository at this point in the history
Make lint happy on `main`
  • Loading branch information
Beamanator authored Nov 6, 2023
2 parents 925ff67 + 374e876 commit a13b7fd
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 a13b7fd

Please sign in to comment.