|
|
|
@ -4,12 +4,12 @@ import { useCallback, useEffect, useState } from "react"; |
|
|
|
import NewMatchProfilePage from "@/app/new-match/profile/page"; |
|
|
|
import SectionOverlayHost from "@/components/Componentes/section-overlay-host"; |
|
|
|
import { useHardwareBackHandler } from "@/hooks/use-hardware-back-handler"; |
|
|
|
import type { MarriageProfile } from "@/hooks/marriage/types"; |
|
|
|
import type { MarriageProfileResponse } from "@/hooks/marriage/types"; |
|
|
|
|
|
|
|
export type MatchProfileOverlayProps = { |
|
|
|
open: boolean; |
|
|
|
onClose: () => void; |
|
|
|
profile?: MarriageProfile; |
|
|
|
profile?: MarriageProfileResponse; |
|
|
|
}; |
|
|
|
|
|
|
|
/** |
|
|
|
|