Move LeftNavItem type declaration below imports in LeftNav.tsx

https://claude.ai/code/session_01AosnVkpwDbzESR4vz9W3k7
This commit is contained in:
Claude
2026-05-19 09:05:42 +00:00
parent abf2570800
commit bc0559a839
+1 -1
View File
@@ -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