diff --git a/src/app/(agent)/agent/edit/page.tsx b/src/app/(agent)/agent/edit/page.tsx index 4c95440..050298b 100644 --- a/src/app/(agent)/agent/edit/page.tsx +++ b/src/app/(agent)/agent/edit/page.tsx @@ -7,6 +7,7 @@ import DynamicSection from './components/DynamicSection'; import RepeatableSection, { RepeatableEntryData } from './components/RepeatableSection'; import { profileSectionsService, ProfileSection, AgentTypeSectionsResponse } from '@/services/profile-sections.service'; import { agentsService, AgentProfile, FieldValueInput } from '@/services/agents.service'; +import { MobileBackButton } from '@/components/layout/MobileBackButton'; export default function EditProfilePage() { const router = useRouter(); @@ -364,6 +365,8 @@ export default function EditProfilePage() { } return ( +