diff options
Diffstat (limited to 'src/view/com/modals/util.tsx')
-rw-r--r-- | src/view/com/modals/util.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/util.tsx b/src/view/com/modals/util.tsx index 06f394ec4..c047a0523 100644 --- a/src/view/com/modals/util.tsx +++ b/src/view/com/modals/util.tsx @@ -1,4 +1,4 @@ export { BottomSheetScrollView as ScrollView, BottomSheetTextInput as TextInput, -} from '@gorhom/bottom-sheet' +} from '@discord/bottom-sheet/src' |