diff --git a/src/screens/Profile.tsx b/src/screens/Profile.tsx index 4aa497a..501a7f8 100644 --- a/src/screens/Profile.tsx +++ b/src/screens/Profile.tsx @@ -1,9 +1,10 @@ import { ScrollView, TouchableOpacity } from 'react-native'; -import { Center, Text, VStack } from '@gluestack-ui/themed'; +import { Center, Heading, Text, VStack } from '@gluestack-ui/themed'; +import { Button } from '@components/Button'; +import { Input } from '@components/Input'; import { ScreenHeader } from '@components/ScreenHeader'; import { UserPhoto } from '@components/UserPhoto'; -import { Input } from '@components/Input'; export function Profile() { return ( @@ -28,6 +29,18 @@ export function Profile() { + + + Alterar senha + + +
+ + + + +