We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02c571 commit 33c4d9eCopy full SHA for 33c4d9e
1 file changed
src/libs/actions/Search.ts
@@ -1,6 +1,5 @@
1
import Onyx from 'react-native-onyx';
2
-import type {OnyxEntry, OnyxUpdate} from 'react-native-onyx';
3
-import {OnyxCollection} from 'react-native-onyx';
+import type {OnyxCollection, OnyxEntry, OnyxUpdate} from 'react-native-onyx';
4
import type {ValueOf} from 'type-fest';
5
import type {FormOnyxValues} from '@components/Form/types';
6
import type {PaymentData, SearchQueryJSON} from '@components/Search/types';
0 commit comments