import { useTranslation } from "react-i18next"; import { ComingSoonPage } from "./ComingSoonPage"; /** Recipes section — routed at `/recettes`. No backend yet (see README's "Planning" section), stub for now. */ export function RecipesPage() { const { t } = useTranslation(); return ; }