From 7a2d02c44b9e6095d5fa90ed6f6cea7711378bcd Mon Sep 17 00:00:00 2001 From: viraj-10 Date: Tue, 13 Aug 2024 13:29:33 +0530 Subject: [PATCH] fix: build issue --- packages/themed/src/components/Select/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/themed/src/components/Select/index.tsx b/packages/themed/src/components/Select/index.tsx index 7724b2fc5e..8c160a85b0 100644 --- a/packages/themed/src/components/Select/index.tsx +++ b/packages/themed/src/components/Select/index.tsx @@ -74,7 +74,6 @@ export const SelectContent = Select.Content; export const SelectDragIndicator = Select.DragIndicator; export const SelectDragIndicatorWrapper = Select.DragIndicatorWrapper; export const SelectItem = Select.Item; -export const SelectItemText = Select.ItemText; export const SelectScrollView = Select.ScrollView; export const SelectVirtualizedList = Select.VirtualizedList; export const SelectFlatList = Select.FlatList;