Move LeftNavItem type declaration below imports in LeftNav.tsx
https://claude.ai/code/session_01AosnVkpwDbzESR4vz9W3k7
This commit is contained in:
@@ -83,6 +83,7 @@ import {useAgeAssurance} from '#/ageAssurance'
|
||||
import {useAnalytics} from '#/analytics'
|
||||
import {useActorStatus} from '#/features/liveNow'
|
||||
import {router} from '#/routes'
|
||||
import {PlatformInfo} from '../../../../modules/expo-bluesky-swiss-army'
|
||||
|
||||
type LeftNavItem =
|
||||
| 'home'
|
||||
@@ -94,7 +95,6 @@ type LeftNavItem =
|
||||
| 'saved'
|
||||
| 'profile'
|
||||
| 'settings'
|
||||
import {PlatformInfo} from '../../../../modules/expo-bluesky-swiss-army'
|
||||
|
||||
const NAV_ICON_WIDTH = 28
|
||||
|
||||
|
||||
Reference in New Issue
Block a user