From 79f5da0cd78bdd83bce15d0bb4baf9770f592aa5 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Sun, 22 Feb 2026 12:13:08 +0100 Subject: [PATCH] fix: remove unused DEFAULT_DIRECTIONS import from NoteList Co-Authored-By: Claude Opus 4.6 --- src/components/NoteList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,