import type { ClientView } from '@/lib/client-view'; interface NotesSectionProps { notes: ClientView['notes']; } export function NotesSection({ notes }: NotesSectionProps) { if (notes.length === 0) { return (
Nessuna nota ancora registrata. Le decisioni appariranno qui man mano che il progetto avanza.
); } return ({note.body}
{/* Timestamp */}{dateFormatted} alle {timeFormatted}