Fondation
This commit is contained in:
parent
991dd0c273
commit
5067a7c59e
@ -29,6 +29,7 @@ interface NotesViewProps {
|
||||
onNewNote?: () => void;
|
||||
loading?: boolean;
|
||||
onDeleteNote?: (note: Note) => void;
|
||||
onRefresh?: () => void;
|
||||
}
|
||||
|
||||
export const NotesView: React.FC<NotesViewProps> = ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user