diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index 8c4c5d3633..67f9888448 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -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()