From 0503d725df1fa4e37b77973f5e00fd69ddf32508 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 22 Apr 2025 17:00:45 +0300 Subject: [PATCH] delete unused discord bottom sheet input --- src/components/dms/dialogs/TextInput.tsx | 1 - src/components/dms/dialogs/TextInput.web.tsx | 1 - 2 files changed, 2 deletions(-) delete mode 100644 src/components/dms/dialogs/TextInput.tsx delete mode 100644 src/components/dms/dialogs/TextInput.web.tsx diff --git a/src/components/dms/dialogs/TextInput.tsx b/src/components/dms/dialogs/TextInput.tsx deleted file mode 100644 index b4e77e3e07..0000000000 --- a/src/components/dms/dialogs/TextInput.tsx +++ /dev/null @@ -1 +0,0 @@ -export {BottomSheetTextInput as TextInput} from '@discord/bottom-sheet/src' diff --git a/src/components/dms/dialogs/TextInput.web.tsx b/src/components/dms/dialogs/TextInput.web.tsx deleted file mode 100644 index 5371a534f1..0000000000 --- a/src/components/dms/dialogs/TextInput.web.tsx +++ /dev/null @@ -1 +0,0 @@ -export {TextInput} from 'react-native'