Skip to content

Commit

Permalink
Merge pull request #17352 from Expensify/marcaaron-navigatorIsReady
Browse files Browse the repository at this point in the history
Import correct CONST to unbreak notifications
  • Loading branch information
arosiclair authored Apr 12, 2023
2 parents ea06eeb + 7b3ac6e commit de0ec68
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 de0ec68

Please sign in to comment.