Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix mobile lint (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype authored Oct 27, 2022
1 parent a9e1873 commit fc65758
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useCallback, useEffect } from 'react'

import { FeatureFlags } from '@audius/common'
import type { BottomTabBarProps as RNBottomTabBarProps } from '@react-navigation/bottom-tabs'
import type { BottomTabNavigationEventMap } from '@react-navigation/bottom-tabs/lib/typescript/src/types'
import type { NavigationHelpers, ParamListBase } from '@react-navigation/native'
Expand All @@ -9,7 +8,6 @@ import { SafeAreaView, useSafeAreaInsets } from 'react-native-safe-area-context'

import { FULL_DRAWER_HEIGHT } from 'app/components/drawer'
import { PLAY_BAR_HEIGHT } from 'app/components/now-playing-drawer'
import { useFeatureFlag } from 'app/hooks/useRemoteConfig'
import PushNotifications from 'app/notifications'
import { makeStyles } from 'app/styles'

Expand Down

0 comments on commit fc65758

Please sign in to comment.