From f96b552900ab600a78db3327479859a91c09af7b Mon Sep 17 00:00:00 2001 From: Kamil Owczarz Date: Fri, 1 Dec 2023 11:18:08 +0100 Subject: [PATCH] Fix lint --- src/pages/ReimbursementAccount/ValidationStep.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/ReimbursementAccount/ValidationStep.js b/src/pages/ReimbursementAccount/ValidationStep.js index 33588b03a01a..5a37d4966051 100644 --- a/src/pages/ReimbursementAccount/ValidationStep.js +++ b/src/pages/ReimbursementAccount/ValidationStep.js @@ -6,7 +6,6 @@ import {ScrollView, View} from 'react-native'; import {withOnyx} from 'react-native-onyx'; import _ from 'underscore'; import Button from '@components/Button'; -import Form from '@components/Form'; import FormProvider from '@components/Form/FormProvider'; import InputWrapper from '@components/Form/InputWrapper'; import HeaderWithBackButton from '@components/HeaderWithBackButton';