mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused
This commit is contained in:
parent
a8d1a8f6b3
commit
980fcf4f4a
1 changed files with 0 additions and 2 deletions
|
|
@ -1,12 +1,10 @@
|
|||
import { HStack, SpanBox, VStack } from '../../elements/LayoutPrimitives'
|
||||
import { Button } from '../../elements/Button'
|
||||
import { PrimaryDropdown } from '../PrimaryDropdown'
|
||||
import { LogoBox } from '../../elements/LogoBox'
|
||||
import { ReactNode, useEffect, useState } from 'react'
|
||||
import { DEFAULT_HEADER_HEIGHT } from '../homeFeed/HeaderSpacer'
|
||||
import { theme } from '../../tokens/stitches.config'
|
||||
import { ReaderSettingsIcon } from '../../elements/icons/ReaderSettingsIcon'
|
||||
import { CircleUtilityMenuIcon } from '../../elements/icons/CircleUtilityMenuIcon'
|
||||
|
||||
function useScrollDirection() {
|
||||
const [scrollDirection, setScrollDirection] = useState('up')
|
||||
|
|
|
|||
Loading…
Reference in a new issue