Skip to content

Commit

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

<script lang="ts">
import { Component, Emit, Prop, Vue } from 'nuxt-property-decorator'
import { Attribute } from '@kodadot1/minimark'
import { Attribute } from '@kodadot1/minimark/common'
const valueOf = ({ value }: Attribute) => String(value)
Expand Down

0 comments on commit 38056ee

Please sign in to comment.