From 6fbd52aea4bfd5e920604d89f8dfe1c3e2eba0ca Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 17 Feb 2025 17:33:38 -0600 Subject: [PATCH] fix build --- components/Search/component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Search/component.tsx b/components/Search/component.tsx index 959a2654..f97c7525 100644 --- a/components/Search/component.tsx +++ b/components/Search/component.tsx @@ -6,7 +6,7 @@ import { StackParamList } from "../types"; import { QueryKeys } from "../../enums/query-keys"; import { fetchSearchResults } from "../../api/queries/functions/search"; import { useQuery } from "@tanstack/react-query"; -import { FlatList, useColorScheme } from "react-native"; +import { FlatList } from "react-native"; import { Text } from "../Global/helpers/text"; import { fetchSearchSuggestions } from "../../api/queries/functions/suggestions";