feat: add doctor profile page with sidebar integration and routing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import DoctorDetailPage from './DoctorDetailPage';
|
||||
|
||||
export default function DoctorProfilePage() {
|
||||
return <DoctorDetailPage isOwnProfile />;
|
||||
}
|
||||
Reference in New Issue
Block a user