Skip to content

Commit 7dddc07

Browse files
committed
file name typo
1 parent 539a045 commit 7dddc07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/screens/king-of-the-hill/KingOfTheHillExplainSheet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Panel, PANEL_WIDTH, TapToDismiss } from '@/components/SmoothPager/ListP
55
import { DEVICE_HEIGHT } from '@/utils/deviceUtils';
66
import { safeAreaInsetValues } from '@/utils';
77
import { SheetHandle } from '@/components/sheet';
8-
import { Box, Text, Separator, TextShadow, AnimatedText, ColorModeProvider } from '@/design-system';
8+
import { Box, Text, Separator, AnimatedText, ColorModeProvider } from '@/design-system';
99
import { foregroundColors, globalColors } from '@/design-system/color/palettes';
1010
import { THICK_BORDER_WIDTH } from '@/__swaps__/screens/Swap/constants';
1111
import LinearGradient from 'react-native-linear-gradient';
@@ -17,7 +17,7 @@ import chroma from 'chroma-js';
1717
import { Canvas, LinearGradient as SkiaLinearGradient, RadialGradient, vec, Circle, Group, Blur } from '@shopify/react-native-skia';
1818
import { GradientText } from '@/components/text';
1919
import { AnimatedBlurView } from '@/components/AnimatedComponents/AnimatedBlurView';
20-
import { StepIndicators } from './components/StepInidicators';
20+
import { StepIndicators } from './components/StepIndicators';
2121
import currentKingImage from '@/assets/kingOfTheHillExplainer/currentKing.png';
2222
import pointsMultiplierImage from '@/assets/kingOfTheHillExplainer/pointsMultiplier.png';
2323
import FastImage from 'react-native-fast-image';

src/screens/king-of-the-hill/components/StepInidicators.tsx renamed to src/screens/king-of-the-hill/components/StepIndicators.tsx

File renamed without changes.

0 commit comments

Comments
 (0)