Skip to content

Commit

Permalink
Import correct CONST
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Apr 12, 2023
1 parent 0a8e872 commit 7b3ac6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {CONST} from 'expensify-common/lib/CONST';
import {Linking} from 'react-native';
import Onyx from 'react-native-onyx';
import CONST from '../../../CONST';
import PushNotification from '.';
import ROUTES from '../../../ROUTES';
import Log from '../../Log';
Expand Down

0 comments on commit 7b3ac6e

Please sign in to comment.