Skip to content

Commit

Permalink
🚚 new minimark in components/collection/activity/ActivityChart.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 12, 2023
1 parent 59bb778 commit bc29d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collection/activity/ActivityChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<script setup lang="ts">
import { ActivityInteraction } from '@/components/rmrk/service/scheme'
import { Interaction } from '@kodadot1/minimark'
import { Interaction } from '@kodadot1/minimark/v1'
import PriceChart from '@/components/chart/PriceChart.vue'
import { bin, displayValue, sortAsc, toDataPoint } from './utils'
Expand Down

0 comments on commit bc29d2a

Please sign in to comment.