Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import getNotes from './get-notes';
export const getNote = ( notesState, noteId ) => notesState.allNotes[ noteId ];
export default ( state, noteId ) => getNote( getNotes( state ), noteId );