type FinalSummaryProps = { text: string; }; export default function FinalSummary(props: FinalSummaryProps) { return (
{props.text}