From bc0559a839d0d137a182c58ab70da34fddf87061 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 19 May 2026 09:05:42 +0000 Subject: [PATCH] Move LeftNavItem type declaration below imports in LeftNav.tsx https://claude.ai/code/session_01AosnVkpwDbzESR4vz9W3k7 --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 4d19630522..ab9fc31f3e 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -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