DecisionsSection displays decisions made during the meeting
<DecisionsSection decisions={[ { id: '1', summary: 'Approved Q1 budget', madeBy: 'CFO', impact: 'high' }, { id: '2', summary: 'Delayed feature launch to Q2', agreedBy: ['Alice', 'Bob'] }, ]}/> Copy
<DecisionsSection decisions={[ { id: '1', summary: 'Approved Q1 budget', madeBy: 'CFO', impact: 'high' }, { id: '2', summary: 'Delayed feature launch to Q2', agreedBy: ['Alice', 'Bob'] }, ]}/>
DecisionsSection displays decisions made during the meeting