Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Dec 12, 2024
1 parent 5211e61 commit 4c1f0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VAMobile/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import theme, { getTheme, setColorScheme } from 'styles/themes/standardTheme'
import { initializeAuth } from 'utils/auth'
import getEnv from 'utils/env'
import { setFileSystemRefreshAccessToken } from 'utils/filesystem'
import { useAppDispatch, useFontScale, useIsScreenReaderEnabled } from 'utils/hooks'
import { useAppDispatch, useFontScale } from 'utils/hooks'
import { useHeaderStyles, useTopPaddingAsHeaderStyles } from 'utils/hooks/headerStyles'
import i18n from 'utils/i18n'
import { isIOS } from 'utils/platform'
Expand Down

0 comments on commit 4c1f0fb

Please sign in to comment.