From 5067a7c59e7848c14b29c8905fed735110b976ec Mon Sep 17 00:00:00 2001 From: alma Date: Sat, 17 Jan 2026 00:07:12 +0100 Subject: [PATCH] Fondation --- components/carnet/notes-view.tsx | 1 + 1 file changed, 1 insertion(+) 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 = ({