Skip to content

Commit

Permalink
Fix import CONST in ReceiptDropUI
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Nov 2, 2023
1 parent 5cd6252 commit a5add23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/ReceiptDropUI.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import CONST from '@CONST';
import PropTypes from 'prop-types';
import React from 'react';
import {Text, View} from 'react-native';
Expand All @@ -7,6 +6,7 @@ import DragAndDropConsumer from '@components/DragAndDrop/Consumer';
import ImageSVG from '@components/ImageSVG';
import useLocalize from '@hooks/useLocalize';
import styles from '@styles/styles';
import CONST from '@src/CONFIG';

const propTypes = {
/** Callback to execute when a file is dropped. */
Expand Down

0 comments on commit a5add23

Please sign in to comment.