Format
This commit is contained in:
@@ -3,11 +3,11 @@ import {msg, Trans} from '@lingui/macro'
|
||||
import {useLingui} from '@lingui/react'
|
||||
|
||||
import {wait} from '#/lib/async/wait'
|
||||
import {atoms as a, type TextStyleProp,useTheme} from '#/alf'
|
||||
import {atoms as a, type TextStyleProp, useTheme} from '#/alf'
|
||||
import {CheckThick_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check'
|
||||
import {createStaticClick,InlineLinkText} from '#/components/Link'
|
||||
import {createStaticClick, InlineLinkText} from '#/components/Link'
|
||||
import {Loader} from '#/components/Loader'
|
||||
import {Span,Text} from '#/components/Typography'
|
||||
import {Span, Text} from '#/components/Typography'
|
||||
|
||||
export function ResendEmailText({
|
||||
onPress,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import {type TextInputProps,View} from 'react-native'
|
||||
import {type TextInputProps, View} from 'react-native'
|
||||
import {msg} from '@lingui/macro'
|
||||
import {useLingui} from '@lingui/react'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import {View} from 'react-native'
|
||||
import {msg, Trans} from '@lingui/macro'
|
||||
import {useLingui} from '@lingui/react'
|
||||
|
||||
import {atoms as a, tokens,useBreakpoints, useTheme} from '#/alf'
|
||||
import {atoms as a, tokens, useBreakpoints, useTheme} from '#/alf'
|
||||
import {Button, ButtonText} from '#/components/Button'
|
||||
import {useDialogContext} from '#/components/Dialog'
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user