Fondation

This commit is contained in:
alma 2026-01-17 00:07:12 +01:00
parent 991dd0c273
commit 5067a7c59e

View File

@ -29,6 +29,7 @@ interface NotesViewProps {
onNewNote?: () => void;
loading?: boolean;
onDeleteNote?: (note: Note) => void;
onRefresh?: () => void;
}
export const NotesView: React.FC<NotesViewProps> = ({