'use client' interface NotesPanelProps { notes: string[] } export function NotesPanel({ notes }: NotesPanelProps) { return (
No notes yet. Use "To Notes" to save content here.
{note}