Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Aug 15, 2023
1 parent d5a49ab commit da0b8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import * as PersonalDetailsUtils from '../../../libs/PersonalDetailsUtils';
import ReportActionItemBasicMessage from './ReportActionItemBasicMessage';
import * as store from '../../../libs/actions/ReimbursementAccount/store';
import * as BankAccounts from '../../../libs/actions/BankAccounts';
import * as Permissions from '../../../libs/Permissions';
import Permissions from '../../../libs/Permissions';

const propTypes = {
...windowDimensionsPropTypes,
Expand Down

0 comments on commit da0b8f2

Please sign in to comment.