Skip to content

Commit 33c4d9e

Browse files
committed
fix: lint
1 parent b02c571 commit 33c4d9e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/libs/actions/Search.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Onyx from 'react-native-onyx';
2-
import type {OnyxEntry, OnyxUpdate} from 'react-native-onyx';
3-
import {OnyxCollection} from 'react-native-onyx';
2+
import type {OnyxCollection, OnyxEntry, OnyxUpdate} from 'react-native-onyx';
43
import type {ValueOf} from 'type-fest';
54
import type {FormOnyxValues} from '@components/Form/types';
65
import type {PaymentData, SearchQueryJSON} from '@components/Search/types';

0 commit comments

Comments
 (0)