From 284068400f872ac3fbb3d7bb836b7e26c47f1d8f Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Mon, 11 Dec 2023 16:14:22 -0700 Subject: [PATCH] fix style --- src/pages/iou/request/step/IOURequestStepScan/index.native.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.native.js b/src/pages/iou/request/step/IOURequestStepScan/index.native.js index 6e70c0bfa17f..0eafe5327d15 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.native.js +++ b/src/pages/iou/request/step/IOURequestStepScan/index.native.js @@ -15,13 +15,13 @@ import * as FileUtils from '@libs/fileDownload/FileUtils'; import Log from '@libs/Log'; import Navigation from '@libs/Navigation/Navigation'; import IOURequestStepRoutePropTypes from '@pages/iou/request/step/IOURequestStepRoutePropTypes'; +import StepScreenWrapper from '@pages/iou/request/step/StepScreenWrapper'; import reportPropTypes from '@pages/reportPropTypes'; import useTheme from '@styles/themes/useTheme'; import useThemeStyles from '@styles/useThemeStyles'; import * as IOU from '@userActions/IOU'; import CONST from '@src/CONST'; import ROUTES from '@src/ROUTES'; -import StepScreenWrapper from '@pages/iou/request/step/StepScreenWrapper'; import * as CameraPermission from './CameraPermission'; import NavigationAwareCamera from './NavigationAwareCamera'; @@ -176,7 +176,7 @@ function IOURequestStepScan({ }; return ( -