Skip to content

Commit

Permalink
Update src/components/PDFView/index.native.js
Browse files Browse the repository at this point in the history
Co-authored-by: 0xmiroslav <[email protected]>
  • Loading branch information
kadiealexander and 0xmiros authored Jan 19, 2024
1 parent 798861b commit 347c1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PDFView/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import FullScreenLoadingIndicator from '@components/FullscreenLoadingIndicator';
import KeyboardAvoidingView from '@components/KeyboardAvoidingView';
import PressableWithoutFeedback from '@components/Pressable/PressableWithoutFeedback';
import Text from '@components/Text';
import useStyleUtils from '@hooks//useStyleUtils';
import useThemeStyles from '@hooks//useThemeStyles';
import useStyleUtils from '@hooks/useStyleUtils';
import useThemeStyles from '@hooks/useThemeStyles';
import useKeyboardState from '@hooks/useKeyboardState';
import useLocalize from '@hooks/useLocalize';
import useWindowDimensions from '@hooks/useWindowDimensions';
Expand Down

0 comments on commit 347c1f5

Please sign in to comment.