import { useTranslation } from "react-i18next"; import { ComingSoonPage } from "./ComingSoonPage"; /** Household & profile section — routed at `/foyer`. No backend yet beyond auth, stub for now. */ export function HouseholdPage() { const { t } = useTranslation(); return ; }