Skip to content

Commit 85de1e0

Browse files
chore: Update SignUpScreen.tsx with usePasswordValidation hook
1 parent e235b81 commit 85de1e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/screens/auth/SignUpScreen.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import { CompanyLogo, ControlledField, FormWrapper, SocialButtons } from '@baca/components'
22
import { Box, Button, Center, Display, Row, Spacer, Text } from '@baca/design-system'
33
import { useCallback, useSignUpForm, useState, useTranslation } from '@baca/hooks'
4+
import { usePasswordValidation } from '@baca/hooks/usePasswordValidation'
45
import { router } from 'expo-router'
56
import { Keyboard } from 'react-native'
67

7-
import { usePasswordValidation } from '../../hooks/usePasswordValidation'
8-
98
const navigateToLogIn = () => {
109
router.navigate('/sign-in')
1110
}

0 commit comments

Comments
 (0)