diff --git a/src/components/NoteList.tsx b/src/components/NoteList.tsx index bed98d63..c5849bab 100644 --- a/src/components/NoteList.tsx +++ b/src/components/NoteList.tsx @@ -9,7 +9,7 @@ import { NoteItem, getTypeIcon } from './NoteItem' import { SortDropdown } from './SortDropdown' import { type SortOption, type SortDirection, type SortConfig, type RelationshipGroup, - DEFAULT_DIRECTIONS, getSortComparator, + getSortComparator, buildRelationshipGroups, filterEntries, sortByModified, relativeDate, getDisplayDate, loadSortPreferences, saveSortPreferences,