mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused import
This commit is contained in:
parent
d8c3fc88a2
commit
4b4e1a9a52
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ import { currentThemeName, updateTheme } from '../../../lib/themeUpdater'
|
|||
import { LineHeightIncreaseIcon } from '../../elements/images/LineHeightIncreaseIconProps'
|
||||
import { LineHeightDecreaseIcon } from '../../elements/images/LineHeightDecreaseIcon'
|
||||
import * as Switch from '@radix-ui/react-switch'
|
||||
import { usePersistedState } from '../../../lib/hooks/usePersistedState'
|
||||
|
||||
type ReaderSettingsProps = {
|
||||
readerSettings: ReaderSettings
|
||||
|
|
|
|||
Loading…
Reference in a new issue