Skip to content

Commit 5992f14

Browse files
committed
fix lint issue in imports order
1 parent 44011fc commit 5992f14

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/unit/CardUtilsTest.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import lodashSortBy from 'lodash/sortBy';
12
import type {OnyxCollection} from 'react-native-onyx';
23
import type IllustrationsType from '@styles/theme/illustrations/types';
34
import type * as Illustrations from '@src/components/Icon/Illustrations';
45
import CONST from '@src/CONST';
56
import IntlStore from '@src/languages/IntlStore';
6-
import lodashSortBy from 'lodash/sortBy';
77
import {
88
checkIfFeedConnectionIsBroken,
99
filterInactiveCards,
@@ -35,8 +35,6 @@ import type {Card, CardFeeds, CardList, CompanyCardFeed, ExpensifyCardSettings,
3535
import type {CompanyCardFeedWithNumber} from '@src/types/onyx/CardFeeds';
3636
import {localeCompare} from '../utils/TestHelper';
3737
import waitForBatchedUpdates from '../utils/waitForBatchedUpdates';
38-
import Onyx from 'react-native-onyx';
39-
import ONYXKEYS from '@src/ONYXKEYS';
4038

4139
const shortDate = '0924';
4240
const shortDateSlashed = '09/24';

0 commit comments

Comments
 (0)