Skip to content

Commit

Permalink
Update notifications.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 25, 2024
1 parent 4a7d903 commit 46a95dc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {Notification, Notifications} from '@jamsinclair/react-native-notifications'

Check failure on line 1 in apps/wallet-mobile/src/features/Notifications/useCases/common/notifications.ts

View workflow job for this annotation

GitHub Actions / check

Run autofix to sort these imports!
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 => {
Expand Down

0 comments on commit 46a95dc

Please sign in to comment.