Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eh2077 committed Nov 1, 2023
1 parent 6ac2746 commit 7d31ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportActionItemImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import _ from 'underscore';
import Text from '@components/Text';
import transactionPropTypes from '@components/transactionPropTypes';
import styles from '@styles/styles';
import theme from '@styles/themes/default';
import * as StyleUtils from '@styles/StyleUtils';
import theme from '@styles/themes/default';
import variables from '@styles/variables';
import ReportActionItemImage from './ReportActionItemImage';

Expand Down

0 comments on commit 7d31ff4

Please sign in to comment.