Files
clinicpro/assets/admin/pages/DoctorProfilePage.tsx
T

6 lines
144 B
TypeScript

import DoctorDetailPage from './DoctorDetailPage';
export default function DoctorProfilePage() {
return <DoctorDetailPage isOwnProfile />;
}