From 86b9b13bc6c719ce84ad5aee5c7545aa07d9321e Mon Sep 17 00:00:00 2001 From: amendelsohn Date: Wed, 6 Nov 2024 11:53:00 -0800 Subject: [PATCH] fix mobile lint --- .../screens/profile-screen/ProfileTabs/ProfileTabNavigator.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mobile/src/screens/profile-screen/ProfileTabs/ProfileTabNavigator.tsx b/packages/mobile/src/screens/profile-screen/ProfileTabs/ProfileTabNavigator.tsx index 9acf388fa62..1a4b6f81b6c 100644 --- a/packages/mobile/src/screens/profile-screen/ProfileTabs/ProfileTabNavigator.tsx +++ b/packages/mobile/src/screens/profile-screen/ProfileTabs/ProfileTabNavigator.tsx @@ -1,3 +1,5 @@ +import type { ReactNode } from 'react' + import type { Animated } from 'react-native' import { @@ -22,7 +24,6 @@ import { CollectiblesTab } from './CollectiblesTab' import { PlaylistsTab } from './PlaylistsTab' import { RepostsTab } from './RepostsTab' import { TracksTab } from './TracksTab' -import { ReactNode } from 'react' // Height of a typical profile header const INITIAL_PROFILE_HEADER_HEIGHT = 1081