Skip to content

Commit

Permalink
🚚 new minimark in components/common/NotificationBox/useNotification.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 12, 2023
1 parent 00dbe9e commit 2bdc47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/NotificationBox/useNotification.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Event, FilterOption } from './types'
import { Interaction as _Interaction } from '@kodadot1/minimark'
import { Interaction as _Interaction } from '@kodadot1/minimark/v1'
import { sortedEventByDate } from '@/utils/sorting'

export const Interaction = {
Expand Down

0 comments on commit 2bdc47f

Please sign in to comment.