import React from 'react'; import { ProfileForm } from './profile-form'; export default function SettingsProfilePage() { return (

Profile

This is how others will see you on the site.

); }