Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Oct 10, 2024
1 parent ffab18b commit 79e1051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notifications/src/notification-manager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {BehaviorSubject, Subject, Subscription} from 'rxjs'
import {BehaviorSubject, Subscription} from 'rxjs'
import {App, Notifications} from '@yoroi/types'

type EventsStorageData = ReadonlyArray<Notifications.Event>
Expand Down

0 comments on commit 79e1051

Please sign in to comment.