import { ConversationNotes } from '@/components/ConversationNotes'; export default function Example() { return ( <ConversationNotes notes={notes} conversationId={conversationId} /> ); }