import DoctorDetailPage from './DoctorDetailPage'; import SettingsLayout from '../components/layout/SettingsLayout'; /** Doctor's own profile — the "مدیریت پزشک" section of the settings shell. */ export default function DoctorProfilePage() { return ( ); }