diff --git a/src/components/ValidateCodeActionModal/ValidateCodeForm/index.android.tsx b/src/components/ValidateCodeActionModal/ValidateCodeForm/index.android.tsx index 2d36965e7412..08c2b087b7d5 100644 --- a/src/components/ValidateCodeActionModal/ValidateCodeForm/index.android.tsx +++ b/src/components/ValidateCodeActionModal/ValidateCodeForm/index.android.tsx @@ -1,7 +1,7 @@ import React, {forwardRef} from 'react'; +import {gestureHandlerRootHOC} from 'react-native-gesture-handler'; import BaseValidateCodeForm from './BaseValidateCodeForm'; import type {ValidateCodeFormHandle, ValidateCodeFormProps} from './BaseValidateCodeForm'; -import { gestureHandlerRootHOC } from 'react-native-gesture-handler'; const ValidateCodeForm = forwardRef((props, ref) => (