Skip to content

Commit b343200

Browse files
committedNov 20, 2024··
prettier
1 parent bc0417e commit b343200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/ValidateCodeActionModal/ValidateCodeForm/index.android.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, {forwardRef} from 'react';
2+
import {gestureHandlerRootHOC} from 'react-native-gesture-handler';
23
import BaseValidateCodeForm from './BaseValidateCodeForm';
34
import type {ValidateCodeFormHandle, ValidateCodeFormProps} from './BaseValidateCodeForm';
4-
import { gestureHandlerRootHOC } from 'react-native-gesture-handler';
55

66
const ValidateCodeForm = forwardRef<ValidateCodeFormHandle, ValidateCodeFormProps>((props, ref) => (
77
<BaseValidateCodeForm

0 commit comments

Comments
 (0)
Please sign in to comment.