From 820e63e05df0ccc6d3f9255553bf528ff1ac6fc3 Mon Sep 17 00:00:00 2001 From: Blazej Kustra Date: Tue, 13 Feb 2024 19:09:53 +0100 Subject: [PATCH] Fix prettier --- src/components/Form/types.ts | 2 +- src/pages/iou/request/step/IOURequestStepDate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Form/types.ts b/src/components/Form/types.ts index 97f188b4fa41..93d9df12456c 100644 --- a/src/components/Form/types.ts +++ b/src/components/Form/types.ts @@ -10,8 +10,8 @@ import type Picker from '@components/Picker'; import type SingleChoiceQuestion from '@components/SingleChoiceQuestion'; import type StatePicker from '@components/StatePicker'; import type TextInput from '@components/TextInput'; -import type {TranslationPaths} from '@src/languages/types'; import type BusinessTypePicker from '@pages/ReimbursementAccount/BusinessInfo/substeps/TypeBusiness/BusinessTypePicker'; +import type {TranslationPaths} from '@src/languages/types'; import type {OnyxFormKey, OnyxValues} from '@src/ONYXKEYS'; import type {BaseForm} from '@src/types/form/Form'; diff --git a/src/pages/iou/request/step/IOURequestStepDate.js b/src/pages/iou/request/step/IOURequestStepDate.js index b5113231a8a7..e1d156572dc2 100644 --- a/src/pages/iou/request/step/IOURequestStepDate.js +++ b/src/pages/iou/request/step/IOURequestStepDate.js @@ -18,8 +18,8 @@ import * as TransactionUtils from '@libs/TransactionUtils'; import * as IOU from '@userActions/IOU'; import CONST from '@src/CONST'; import ONYXKEYS from '@src/ONYXKEYS'; -import INPUT_IDS from '@src/types/form/MoneyRequestCreatedForm'; import {policyPropTypes} from '@src/pages/workspace/withPolicy'; +import INPUT_IDS from '@src/types/form/MoneyRequestCreatedForm'; import IOURequestStepRoutePropTypes from './IOURequestStepRoutePropTypes'; import StepScreenWrapper from './StepScreenWrapper'; import withFullTransactionOrNotFound from './withFullTransactionOrNotFound';