import React from 'react'; import { View, Text } from 'react-native'; import { ProfileForm } from './profile-form'; export default function SettingsProfilePage() { return ( Profile This is how others will see you on the site. ); }