Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerrard-pass committed Jan 31, 2025
1 parent 0aec33f commit e4b3926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/forceUpdate/components/ForceUpdateInfos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import styled from 'styled-components/native'

import { BUTTON_TEXT_SCREEN, DESCRIPTION, TITLE } from 'features/forceUpdate/constants'
import { onPressStoreLink } from 'features/forceUpdate/helpers/onPressStoreLink'
import { WEBAPP_V2_URL } from 'libs/environment/useWebAppUrl'
import { ButtonPrimaryWhite } from 'ui/components/buttons/ButtonPrimaryWhite'
import { ButtonTertiaryWhite } from 'ui/components/buttons/ButtonTertiaryWhite'
import { ExternalTouchableLink } from 'ui/components/touchableLink/ExternalTouchableLink'
import { GenericInfoPage } from 'ui/pages/GenericInfoPage'
import { AgainIllustration } from 'ui/svg/icons/AgainIllustration'
import { ExternalSiteFilled } from 'ui/svg/icons/ExternalSiteFilled'
import { TypoDS } from 'ui/theme'
import { WEBAPP_V2_URL } from 'libs/environment/useWebAppUrl'

const isWeb = Platform.OS === 'web'

Expand Down

0 comments on commit e4b3926

Please sign in to comment.