From 51b93b242fe6840b8d8f68a3ca3fdda9aa9ed6c0 Mon Sep 17 00:00:00 2001 From: Majid Date: Tue, 19 Sep 2023 09:42:16 +0200 Subject: [PATCH] Removes unused import --- src/pages/ReimbursementAccount/BankAccountStep.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/ReimbursementAccount/BankAccountStep.js b/src/pages/ReimbursementAccount/BankAccountStep.js index 64caf08d4027..c5a50fde8958 100644 --- a/src/pages/ReimbursementAccount/BankAccountStep.js +++ b/src/pages/ReimbursementAccount/BankAccountStep.js @@ -28,7 +28,6 @@ import ScreenWrapper from '../../components/ScreenWrapper'; import StepPropTypes from './StepPropTypes'; import PressableWithoutFeedback from '../../components/Pressable/PressableWithoutFeedback'; import * as Link from '../../libs/actions/Link'; -import { getBankAccountRoute } from '../../libs/ReportUtils'; const propTypes = { ...StepPropTypes,