Skip to content

Commit

Permalink
fixxxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Dec 11, 2023
1 parent 89cc721 commit b45ad2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ExampleCheck.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import {Image} from 'react-native';
import useLocalize from '@hooks/useLocalize';
import useThemeIllustrations from '@hooks/useThemeIllustrations';
import useThemeStyles from '@hooks/useThemeStyles';
import useThemeIllustrations from '@styles/illustrations/useThemeIllustrations';
import CONST from '@src/CONST';

function ExampleCheckImage() {
Expand Down

0 comments on commit b45ad2f

Please sign in to comment.