Skip to content

Commit

Permalink
Merge pull request #31201 from Expensify/nikki-fix-import
Browse files Browse the repository at this point in the history
[CP Staging] Change TextInput import to Text

(cherry picked from commit 47b8ffc)
  • Loading branch information
chiragsalian authored and OSBotify committed Nov 10, 2023
1 parent 2cf90bc commit bb87bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import FullPageNotFoundView from '@components/BlockingViews/FullPageNotFoundView
import HeaderWithBackButton from '@components/HeaderWithBackButton';
import ReimbursementAccountLoadingIndicator from '@components/ReimbursementAccountLoadingIndicator';
import ScreenWrapper from '@components/ScreenWrapper';
import Text from '@components/TextInput';
import Text from '@components/Text';
import useLocalize from '@hooks/useLocalize';
import useNetwork from '@hooks/useNetwork';
import usePrevious from '@hooks/usePrevious';
Expand Down

0 comments on commit bb87bf1

Please sign in to comment.