import React from 'react'; import { View, Text } from 'react-native'; import { AccountForm } from './account-form'; export default function SettingsAccountPage() { return ( Account Update your account settings. Set your preferred language and timezone. ); }