import { Separator } from "@/components/ui/separator" import { ProfileForm } from "@app/components/profile-form" export default function SettingsProfilePage() { return (

Profile

This is how others will see you on the site.

) }