Skip to content

Commit a773a37

Browse files
committed
Remove unused imports
1 parent a5a5816 commit a773a37

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/Search/SearchPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ import CONST from '@src/CONST';
5555
import ONYXKEYS from '@src/ONYXKEYS';
5656
import ROUTES from '@src/ROUTES';
5757
import type SCREENS from '@src/SCREENS';
58-
import type {LastPaymentMethod, SearchResults, Transaction} from '@src/types/onyx';
59-
import {getEmptyObject} from '@src/types/utils/EmptyObject';
58+
import type {SearchResults, Transaction} from '@src/types/onyx';
6059
import SearchPageNarrow from './SearchPageNarrow';
6160

6261
type SearchPageProps = PlatformStackScreenProps<SearchFullscreenNavigatorParamList, typeof SCREENS.SEARCH.ROOT>;

0 commit comments

Comments
 (0)