From a4831ba9765d5e14ed198257ad9d4e345c491316 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Wed, 7 Dec 2022 15:13:19 -0700 Subject: [PATCH] Remove unused import --- src/pages/iou/IOUCurrencySelection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/iou/IOUCurrencySelection.js b/src/pages/iou/IOUCurrencySelection.js index 2886278b81b9..b7affe898beb 100644 --- a/src/pages/iou/IOUCurrencySelection.js +++ b/src/pages/iou/IOUCurrencySelection.js @@ -3,7 +3,6 @@ import PropTypes from 'prop-types'; import {withOnyx} from 'react-native-onyx'; import _ from 'underscore'; import ONYXKEYS from '../../ONYXKEYS'; -import * as OptionsListUtils from '../../libs/OptionsListUtils'; import OptionsSelector from '../../components/OptionsSelector'; import Navigation from '../../libs/Navigation/Navigation'; import ScreenWrapper from '../../components/ScreenWrapper';