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