diff options
Diffstat (limited to 'src/screens/Login')
-rw-r--r-- | src/screens/Login/LoginForm.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index 6c3d7633a..b6a528e42 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -3,12 +3,12 @@ import { ActivityIndicator, Keyboard, LayoutAnimation, - TextInput, + type TextInput, View, } from 'react-native' import { ComAtprotoServerCreateSession, - ComAtprotoServerDescribeServer, + type ComAtprotoServerDescribeServer, } from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' |