Skip to content

Commit 113619a

Browse files
author
Guillermo Machado
committed
fix: change View import
1 parent 3368a8a commit 113619a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/forgot-password-form.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { zodResolver } from '@hookform/resolvers/zod';
2-
import { View } from 'moti';
32
import { useForm } from 'react-hook-form';
43
import { useTranslation } from 'react-i18next';
54
import { KeyboardAvoidingView } from 'react-native-keyboard-controller';
65
import { z } from 'zod';
76

87
import { translate } from '@/core';
9-
import { Button, ControlledInput, Text } from '@/ui';
8+
import { Button, ControlledInput, Text, View } from '@/ui';
109

1110
const schema = z.object({
1211
email: z

0 commit comments

Comments
 (0)