diff options
Diffstat (limited to 'src/screens/Takendown.tsx')
-rw-r--r-- | src/screens/Takendown.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Takendown.tsx b/src/screens/Takendown.tsx index ef3e93658..d01903eb5 100644 --- a/src/screens/Takendown.tsx +++ b/src/screens/Takendown.tsx @@ -3,7 +3,7 @@ import {Modal, View} from 'react-native' import {SystemBars} from 'react-native-edge-to-edge' import {KeyboardAwareScrollView} from 'react-native-keyboard-controller' import {useSafeAreaInsets} from 'react-native-safe-area-context' -import {ComAtprotoAdminDefs, ComAtprotoModerationDefs} from '@atproto/api' +import {type ComAtprotoAdminDefs, ComAtprotoModerationDefs} from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useMutation} from '@tanstack/react-query' |