diff --git a/VAMobile/src/App.tsx b/VAMobile/src/App.tsx index f279296cee..d77a1bbb85 100644 --- a/VAMobile/src/App.tsx +++ b/VAMobile/src/App.tsx @@ -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'