Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Sep 18, 2023
1 parent 04bcdf1 commit 9a83556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/shell/index.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {useWebMediaQueries} from '../../lib/hooks/useWebMediaQueries'
import {BottomBarWeb} from './bottom-bar/BottomBarWeb'
import {useNavigation} from '@react-navigation/native'
import {NavigationProp} from 'lib/routes/types'
import {useAuxClick} from 'lib/hooks/useAuxClick.web'
import {useAuxClick} from 'lib/hooks/useAuxClick'

const ShellInner = observer(function ShellInnerImpl() {
const store = useStores()
Expand Down

0 comments on commit 9a83556

Please sign in to comment.