Skip to content

Commit

Permalink
Double import fix (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 authored Nov 7, 2023
1 parent aaee0cc commit ed943e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/assets/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ import { getEvmMappedSs58Address, setAddressMapping } from 'src/hooks/helper/add
import { useStore } from 'src/store';
import { computed, defineComponent, ref, watch, watchEffect } from 'vue';
import { useI18n } from 'vue-i18n';
import AuIcon from '../header/modals/account-unification/AuIcon.vue';
export default defineComponent({
components: {
Expand Down

0 comments on commit ed943e8

Please sign in to comment.