diff --git a/components/carnet/notes-view.tsx b/components/carnet/notes-view.tsx index eecafe7..79b9cfe 100644 --- a/components/carnet/notes-view.tsx +++ b/components/carnet/notes-view.tsx @@ -29,6 +29,7 @@ interface NotesViewProps { onNewNote?: () => void; loading?: boolean; onDeleteNote?: (note: Note) => void; + onRefresh?: () => void; } export const NotesView: React.FC = ({