mirror of
https://github.com/dergigi/boris.git
synced 2026-01-07 00:44:52 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user