Update import

This commit is contained in:
Eric Bailey
2025-06-24 20:24:39 -05:00
parent eeacf049a2
commit b285714534
+1 -1
View File
@@ -8,7 +8,7 @@ import debounce from 'lodash.debounce'
import {Logger} from '#/logger'
import {isNative} from '#/platform/detection'
import {type SessionAccount, useAgent, useSession} from '#/state/session'
import BackgroundNotificationHandler from '../../../modules/expo-background-notification-handler'
import BackgroundNotificationHandler from '#/../modules/expo-background-notification-handler'
const logger = Logger.create(Logger.Context.Notifications)