Skip to content

Commit

Permalink
fix import of ExpensifyText in WorkspaceBankAccountPage
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetlath committed Dec 2, 2021
1 parent 580c1c0 commit 60a3ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceBankAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import {withOnyx} from 'react-native-onyx';
import * as Expensicons from '../../components/Icon/Expensicons';
import * as Illustrations from '../../components/Icon/Illustrations';
import Text from '../../components/ExpensifyText';
import ExpensifyText from '../../components/ExpensifyText';
import withLocalize, {withLocalizePropTypes} from '../../components/withLocalize';
import * as BankAccounts from '../../libs/actions/BankAccounts';
import compose from '../../libs/compose';
Expand Down

0 comments on commit 60a3ad8

Please sign in to comment.