Skip to content

Commit 675bfbb

Browse files
committed
style: fix Prettier formatting
1 parent d572524 commit 675bfbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MagicCodeInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type {ForwardedRef, KeyboardEvent} from 'react';
22
import React, {forwardRef, useEffect, useImperativeHandle, useRef, useState} from 'react';
3-
import type {NativeSyntheticEvent, TextInputFocusEventData, TextInputKeyPressEventData, TextInput as RNTextInput} from 'react-native';
3+
import type {NativeSyntheticEvent, TextInput as RNTextInput, TextInputFocusEventData, TextInputKeyPressEventData} from 'react-native';
44
import {StyleSheet, View} from 'react-native';
55
import {Gesture, GestureDetector} from 'react-native-gesture-handler';
66
import Animated, {useAnimatedStyle, useSharedValue, withDelay, withRepeat, withSequence, withTiming} from 'react-native-reanimated';

0 commit comments

Comments
 (0)