refactor: reduce Bookmarks.tsx to exactly 210 lines

- Remove extra blank line between imports and type definition
- File now at exactly 210 lines
This commit is contained in:
Gigi
2025-10-05 03:07:29 +01:00
parent 0a78d19195
commit af6538d577

View File

@@ -14,7 +14,6 @@ import { fetchReadableContent, ReadableContent } from '../services/readerService
import Settings from './Settings'
import { UserSettings, loadSettings, saveSettings } from '../services/settingsService'
import { loadFont, getFontFamily } from '../utils/fontLoader'
export type ViewMode = 'compact' | 'cards' | 'large'
interface BookmarksProps {