import { Separator } from '@/components/ui/separator' import ProfileForm from './profile-form' export default function SettingsProfile() { return (

Profile

This is how others will see you on the site.

) }