From 0a58209682064db409ca497c25ddb0614610e856 Mon Sep 17 00:00:00 2001 From: Wildan Muhlis Date: Thu, 12 Dec 2024 08:03:28 +0700 Subject: [PATCH] Resolve conflict --- src/types/onyx/SearchResults.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/onyx/SearchResults.ts b/src/types/onyx/SearchResults.ts index 5d3a10aeaed2..6267f326f0fc 100644 --- a/src/types/onyx/SearchResults.ts +++ b/src/types/onyx/SearchResults.ts @@ -6,8 +6,8 @@ import type TransactionListItem from '@components/SelectionList/Search/Transacti import type {ReportActionListItemType, ReportListItemType, TransactionListItemType} from '@components/SelectionList/types'; import type CONST from '@src/CONST'; import type ONYXKEYS from '@src/ONYXKEYS'; -import type {InvoiceReceiver, Participants} from './Report'; import type {ACHAccount, ApprovalRule, ExpenseRule} from './Policy'; +import type {InvoiceReceiver, Participants} from './Report'; import type ReportActionName from './ReportActionName'; import type ReportNameValuePairs from './ReportNameValuePairs';