import type { ProblemNode } from "@/lib/proposal/schema"; type Props = { problem: ProblemNode }; export function ProblemNodeSection({ problem }: Props) { return (
Problema {problem.id} ยท {problem.subtitle}
{problem.body}
Il rischio
{problem.risk}
“{problem.quote}”
{problem.quoteAttribution}