From 5f2c81ca6e071c3603d3ebff2aa06cdfec5706df Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 2 Sep 2024 01:37:24 -0700 Subject: [PATCH] merge --- src/lib/custom-animations/CountWheel.tsx | 1 - src/lib/custom-animations/CountWheel.web.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/lib/custom-animations/CountWheel.tsx b/src/lib/custom-animations/CountWheel.tsx index 9eed9009f2..061099625d 100644 --- a/src/lib/custom-animations/CountWheel.tsx +++ b/src/lib/custom-animations/CountWheel.tsx @@ -6,7 +6,6 @@ import Animated, { useReducedMotion, withTiming, } from 'react-native-reanimated' -import {i18n} from '@lingui/core' import {decideShouldRoll} from 'lib/custom-animations/util' import {s} from 'lib/styles' diff --git a/src/lib/custom-animations/CountWheel.web.tsx b/src/lib/custom-animations/CountWheel.web.tsx index 3d34977a82..d8f13b18fc 100644 --- a/src/lib/custom-animations/CountWheel.web.tsx +++ b/src/lib/custom-animations/CountWheel.web.tsx @@ -1,7 +1,6 @@ import React from 'react' import {View} from 'react-native' import {useReducedMotion} from 'react-native-reanimated' -import {i18n} from '@lingui/core' import {decideShouldRoll} from 'lib/custom-animations/util' import {s} from 'lib/styles'