diff --git a/apps/wallet-mobile/src/features/Notifications/useCases/common/notifications.ts b/apps/wallet-mobile/src/features/Notifications/useCases/common/notifications.ts index 2ba39f4ef8..9f352ace60 100644 --- a/apps/wallet-mobile/src/features/Notifications/useCases/common/notifications.ts +++ b/apps/wallet-mobile/src/features/Notifications/useCases/common/notifications.ts @@ -1,8 +1,6 @@ import {Notification, Notifications} from '@jamsinclair/react-native-notifications' import {mountAsyncStorage} from '@yoroi/common' import {Notifications as NotificationTypes} from '@yoroi/types' - -import {configCurrencies} from '../../../../kernel/constants' import {formatCurrency, getCurrencySymbol} from '../../../Settings/useCases/changeAppSettings/Currency/CurrencyContext' export const generateNotificationId = (): number => {