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

Profile

); }